Spread WPF 17
GrapeCity.Excel Namespace / IBuiltInExcelStyle Interface / IsCustomBuiltIn Property


In This Topic
    IsCustomBuiltIn Property (IBuiltInExcelStyle)
    In This Topic
    Gets or sets a value indicating whether the style has been modified
    Syntax
    'Declaration
     
    Property IsCustomBuiltIn As Boolean
    'Usage
     
    Dim instance As IBuiltInExcelStyle
    Dim value As Boolean
     
    instance.IsCustomBuiltIn = value
     
    value = instance.IsCustomBuiltIn
    bool IsCustomBuiltIn {get; set;}

    Property Value

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