'DeclarationPublic ReadOnly Property BuiltIn As Boolean
'UsageDim instance As TableStyle Dim value As Boolean value = instance.BuiltIn
public bool BuiltIn {get;}
Property Value
true if the style is a built-in style; otherwise, false.'DeclarationPublic ReadOnly Property BuiltIn As Boolean
'UsageDim instance As TableStyle Dim value As Boolean value = instance.BuiltIn
public bool BuiltIn {get;}
true if the style is a built-in style; otherwise, false.