'Declaration
Public ReadOnly Property BuiltIn As Boolean
'Usage
Dim 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
.'Declaration
Public ReadOnly Property BuiltIn As Boolean
'Usage
Dim 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
.