Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Break Structure / Attributes Property


In This Topic
    Attributes Property
    In This Topic
    Gets the page break flag.
    Syntax
    'Declaration
     
    Public ReadOnly Property Attributes As BreakAttributes
    'Usage
     
    Dim instance As Break
    Dim value As BreakAttributes
     
    value = instance.Attributes
    public BreakAttributes Attributes {get;}
    See Also