Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAlternatingStyles Interface / IncludeHidden Property


In This Topic
IncludeHidden Property
In This Topic
Gets or sets a boolean value indicating whether the hidden rows (or columns) affect the display result.
Syntax
'Declaration
 
Property IncludeHidden As Boolean
 
'Usage
 
Dim instance As IAlternatingStyles
Dim value As Boolean
 
instance.IncludeHidden = value
 
value = instance.IncludeHidden

Property Value

true if the hidden rows (or columns) affect the display result; otherwise, false.
See Also