PivotItem
IsHidden Property
|
Specifies a boolean value that indicates whether the item is hidden.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsHidden { get; set; }
Public Property IsHidden As Boolean
Get
Set
public:
property bool IsHidden {
bool get ();
void set (bool value);
}
member IsHidden : bool with get, set
Property Value
Type:
Boolean
See Also