Spread WPF 17
GrapeCity.Excel Namespace / IExcelStyle Interface / IsBuiltInStyle Property


In This Topic
    IsBuiltInStyle Property (IExcelStyle)
    In This Topic
    Gets a value indicating whether the style is built-in style.
    Syntax
    'Declaration
     
    ReadOnly Property IsBuiltInStyle As Boolean
    'Usage
     
    Dim instance As IExcelStyle
    Dim value As Boolean
     
    value = instance.IsBuiltInStyle
    bool IsBuiltInStyle {get;}

    Property Value

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