ViewSetVisibleColumn Method |
Add a new column to the list of visible columns, or modify an existing column.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int SetVisibleColumn(
ShellColumn column,
bool throwOnError = true
)
Parameters
- column
- Type: ShellBoost.CoreShellColumn
The column. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int32An error number or 0.
Exceptions See Also