Spread Silverlight Documentation
IsBuiltInStyle Property (IExcelStyle)


GrapeCity.Excel Namespace > IExcelStyle Interface : IsBuiltInStyle Property
Gets a value indicating whether the style is built-in style.
Syntax
'Declaration
 
ReadOnly Property IsBuiltInStyle As System.Boolean
'Usage
 
Dim instance As IExcelStyle
Dim value As System.Boolean
 
value = instance.IsBuiltInStyle
System.bool IsBuiltInStyle {get;}

Property Value

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

Reference

IExcelStyle Interface
IExcelStyle Members