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


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

Property Value

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