Description
Use this property to set the visibility of any columns for any type of export.
Syntax
property ColumnVisible(ExportType : <Shortint>, InfoType : <Shortint>): <Boolean>;
Example
SOS.ROOTDirectory = "C:\"
SOS.ColumnVisible (5, 33) = False
SOS.ListExport "C:\Reports\extensions_no_sizegrowth.csv", "extensions", True, False
This will deactive the "Size Growth" column of the Extensions list, before exporting the list to a CSV file named.
Remarks
The visibility can be set for any type of textual export and for any information to export. Find a list of values identifying the textual export types below. Find a list of values identifying the info types at OLE Information Type
The default visibility of the columns is the last used configuration in the SpaceObServer user interface.
Export Types
0 |
Text export of the directory tree. |
1 |
Excel export of the directory tree. |
2 |
|
3 |
HTML export of the directory tree. |
4 |
Details list export |
5 |
Extensions list export |
6 |
Users list export |
7 |
Top 100 Files list export |
8 |
Duplicate Files list export |