ISparklineGroup
IsDisplayHidden Property
|
Indicates whether to show data in hidden rows and columns.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsDisplayHidden { get; set; }
Property IsDisplayHidden As Boolean
Get
Set
property bool IsDisplayHidden {
bool get ();
void set (bool value);
}
abstract IsDisplayHidden : bool with get, set
Property Value
Type:
Boolean
true
if [display hidden RC]; otherwise,
false
.
See Also