CellStyleObject
BuiltIn Property
|
True if the style is a built-in style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool BuiltIn { get; }
Public ReadOnly Property BuiltIn As Boolean
Get
public:
virtual property bool BuiltIn {
bool get () sealed;
}
abstract BuiltIn : bool with get
override BuiltIn : bool with get
Property Value
Type:
Boolean
Implements
IStyle
BuiltIn
See Also