Spread Silverlight Documentation
IsCustomBuiltIn Property (IBuiltInExcelStyle)


GrapeCity.Excel Namespace > IBuiltInExcelStyle Interface : IsCustomBuiltIn Property
Gets or sets a value indicating whether the style has been modified
Syntax
'Declaration
 
Property IsCustomBuiltIn As System.Boolean
'Usage
 
Dim instance As IBuiltInExcelStyle
Dim value As System.Boolean
 
instance.IsCustomBuiltIn = value
 
value = instance.IsCustomBuiltIn
System.bool IsCustomBuiltIn {get; set;}

Property Value

true if the style has been modified; otherwise, false.
See Also

Reference

IBuiltInExcelStyle Interface
IBuiltInExcelStyle Members