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