Spread Windows Forms 12.0 Product Documentation
IncludeHidden Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAlternatingStyles Interface : IncludeHidden Property
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
bool IncludeHidden {get; set;}

Property Value

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

Reference

IAlternatingStyles Interface
IAlternatingStyles Members