Spread Silverlight Documentation
IsBuiltInStyle Property (CustomExcelStyle)


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

Property Value

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

Reference

CustomExcelStyle Class
CustomExcelStyle Members