Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Table Class / Resize Method / Resize(Int32,Int32,Int32,Int32) Method
The table’s first row Id.
The table’s first column Id.
The table’s last row Id.
The table’s last column Id.


In This Topic
    Resize(Int32,Int32,Int32,Int32) Method
    In This Topic
    Resizes the table with a new CellRange. The top of the table must remain in the same row, the resulting table must contain at least one row of data and the resized table must overlap the original table.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Resize( _
       ByVal startRowId As Integer, _
       ByVal startColumnId As Integer, _
       ByVal endRowId As Integer, _
       ByVal endColumnId As Integer _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim startRowId As Integer
    Dim startColumnId As Integer
    Dim endRowId As Integer
    Dim endColumnId As Integer
     
    instance.Resize(startRowId, startColumnId, endRowId, endColumnId)

    Parameters

    startRowId
    The table’s first row Id.
    startColumnId
    The table’s first column Id.
    endRowId
    The table’s last row Id.
    endColumnId
    The table’s last column Id.
    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