Spread WPF 17
GrapeCity.Excel Namespace / ExcelStyle Class / IsBuiltInStyle Property


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

    Property Value

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