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