Spread Windows Forms 12.0 Product Documentation
BuiltIn Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : BuiltIn Property
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
bool BuiltIn {get;}

Property Value

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

Reference

IStyle Interface
IStyle Members