Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / PageLayout Class


In This Topic
    PageLayout Class Methods
    In This Topic

    For a list of all members of this type, see PageLayout members.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method  
    Public MethodInserts a page break at the left of a specific Column.   
    Public MethodInserts a page break on top of a specific Row.   
    Public MethodInserts page breaks in the Worksheet, using a Row & a Column to determine where those page breaks will be inserted.  
    Public MethodInserts page breaks in the Worksheet, using the location of a specific Cell to determine where those page breaks will be inserted.    
    Public MethodRemoves the page break at the left of a specific Column.   
    Public MethodRemoves the page break that is located on top of a specific Row.  
    Public MethodRemoves page breaks from the Worksheet, using a Row & a Column to determine which page breaks will be removed.  
    Public MethodRemoves page breaks from the Worksheet, using the location of a specific Cell to determine which page breaks will be removed.  
    Public MethodResets all page breaks to their default state.   
    Top
    See Also