Click or drag to resize

ShellFolderAddColumn Method

Overload List
  NameDescription
Protected methodAddColumn(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.
Protected methodAddColumn(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.
Protected methodAddColumn(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.
Protected methodAddColumn(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.
Top
See Also