BuiltIn Property (TableStyle)
Gets a value indicating whether the style is a built-in style.
public bool BuiltIn {get;}
'Declaration
Public ReadOnly Property BuiltIn As Boolean
'Usage
Dim instance As TableStyle
Dim value As Boolean
value = instance.BuiltIn
Property Value
true
if the style is a built-in style; otherwise,
false
.