'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
.