Gets or sets a boolean value indicating whether the hidden rows (or columns) affect the display result.
bool IncludeHidden {get; set;}
'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
.