Spread Windows Forms 15.0
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 PageBreak
    'Usage
     
    
    Dim instance As Break
    Dim value As PageBreak
     
    value = instance.Attributes
    public PageBreak Attributes {get;}
    See Also