ShellFolderAddColumn Method |
| Name | Description | |
|---|---|---|
| AddColumn(ShellFolderColumn) |
Adds a column to this folder.
If a column with the same property key was already present in the Columns collection, it will be replaced.
| |
| AddColumn(PropertyDescription, SHCOLSTATE) |
Adds a column, defined as a property, to this folder.
If a column with the same property key was already present in the Columns collection, it will be replaced.
| |
| AddColumn(PropertyKey, SHCOLSTATE) |
Adds a column, defined as a property key, to this folder.
If a column with the same property key was already present in the Columns collection, it will be replaced.
| |
| AddColumn(String, SHCOLSTATE) |
Adds a column, using a property key canonical name, to this folder.
If a column with the same property key was already present in the Columns collection, it will be replaced.
|