Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class
Members


In This Topic
    PageSetup Class
    In This Topic
    Represents the page setup object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class PageSetup 
       Implements IPageSetup 
    'Usage
     
    
    Dim instance As PageSetup
    public sealed class PageSetup : IPageSetup  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Printing.PageSetup

    See Also