Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / IsFlattenStyles Property


In This Topic
    IsFlattenStyles Property
    In This Topic
    Gets a value indicating whether this instance is flatten styles.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFlattenStyles As Boolean
    'Usage
     
    
    Dim instance As Styles
    Dim value As Boolean
     
    value = instance.IsFlattenStyles
    public bool IsFlattenStyles {get;}

    Property Value

    true if this instance is flatten styles; otherwise, false.
    See Also