Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / BuiltIn Property


In This Topic
BuiltIn Property (TableStyle)
In This Topic
Gets a value indicating whether the style is a built-in style.
Syntax
'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.
See Also