Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / BuiltIn Property


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