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


In This Topic
BuiltIn Property (IStyle)
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 IStyle
Dim value As Boolean
 
value = instance.BuiltIn

Property Value

true if the style is a built-in style; otherwise, false.
See Also