Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / PageLayout Class / RemovePageBreakRow Method
The index that corresponds to the targeted Row; the page break on top of that Row will be removed.


In This Topic
    RemovePageBreakRow Method
    In This Topic
    Removes the page break that is located on top of a specific Row.
    Syntax
    'Declaration
     
    
    Public Sub RemovePageBreakRow( _
       ByVal row As Integer _
    ) 
    'Usage
     
    
    Dim instance As PageLayout
    Dim row As Integer
     
    instance.RemovePageBreakRow(row)
    public void RemovePageBreakRow( 
       int row
    )

    Parameters

    row
    The index that corresponds to the targeted Row; the page break on top of that Row will be removed.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also