Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > ColumnProperties > Hidden

Hidden Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns whether or not the column will be hidden when the workbook is opened in Excel.

Hidden is a read / write property.



Examples:

[csharp]
bool hideCol = colProps.Hidden;
[csharp]
colProps.Hidden = false;
[vbnet]
Dim hideCol As Boolean = colProps.Hidden
[vbnet]
colProps.Hidden = False


Getter

Signature:

public boolean Hidden

Returns:

boolean true, if this column is hidden and false if not.

Setter

Signature:

public void Hidden boolean hidden

Type:

boolean



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.