GrapeCity.Xaml.Excel
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 Boolean
'Usage
 
Dim instance As ExcelStyle
Dim value As Boolean
 
instance.IsCustomBuiltIn = value
 
value = instance.IsCustomBuiltIn
public bool IsCustomBuiltIn {get; set;}

Property Value

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

Reference

ExcelStyle Class
ExcelStyle Members