Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ColumnHidden Property


In This Topic
ColumnHidden Property
In This Topic
Gets or sets a value indicating whether [column hidden].
Syntax
'Declaration
 
Public Property ColumnHidden As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.ColumnHidden = value
 
value = instance.ColumnHidden

Property Value

true if [column hidden]; otherwise, false.
See Also