Spread Silverlight Documentation
IsCustomBuiltIn Property (ExcelStyle)


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

Property Value

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

Reference

ExcelStyle Class
ExcelStyle Members