Release 1.6.1 29 June 2005 |
Developer's reference |
![]() |
Reference > N_XLS_WORKSHEET > of_set_column_hidden |
of_set_column_hidden() method
Set the option to hide a column.
Syntax
worksheet.of_set_column_hidden ( column, hidden ) |
Parameters
column | The long whose value is the number of column |
hidden | A boolean value that controls whether column is hidden |
Return value
Integer. Returns 1 if it succeeds and -1 if an error occurs.
Description
This can be used, for example, to hide intermediary steps in a complicated calculation.
Examples
worksheet.of_set_column_hidden( 0, true ) // Hide first column
© 2003-2005 Desta, Ltd. All rights reserved. | SupportDesk |