-
-
Notifications
You must be signed in to change notification settings - Fork 42
hideColumn
Julian Halliwell edited this page Apr 8, 2017
·
3 revisions
Sets the format of the specified column to hidden.
hideColumn( workbook, column )
-
workbookspreadsheet object -
columnnumeric
data = QueryNew( "First,Last","VarChar,VarChar",[ [ "a","b" ] ] );
spreadsheet = New spreadsheet();
workbook = spreadsheet.workbookFromQuery( data );
spreadsheet.hideColumn( workbook,2 );