XlsBuiltInDocumentProperties
HiddenCount Property
|
Gets/Sets HiddenCount document property.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int HiddenCount { get; set; }
Public Property HiddenCount As Integer
Get
Set
public:
virtual property int HiddenCount {
int get () sealed;
void set (int value) sealed;
}
abstract HiddenCount : int with get, set
override HiddenCount : int with get, set
Property Value
Type:
Int32
Implements
IBuiltInDocumentProperties
HiddenCount
See Also