DocumentProperty
IsBuiltIn Property
|
Indicates whether property is built-in. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsBuiltIn { get; }
Public ReadOnly Property IsBuiltIn As Boolean
Get
public:
virtual property bool IsBuiltIn {
bool get () sealed;
}
abstract IsBuiltIn : bool with get
override IsBuiltIn : bool with get
Property Value
Type:
Boolean
Implements
IDocumentProperty
IsBuiltIn
See Also