Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Table Class / DeleteAndShiftCellsLeft Method
The index of the Row where a Cell will be removed..
The index of the Cell to remove.


In This Topic
    DeleteAndShiftCellsLeft Method
    In This Topic
    Deletes a Cell in a Row, and shifts the other Cells to the left.
    Syntax
    'Declaration
     
    Public Sub DeleteAndShiftCellsLeft( _
       ByVal rowIndex As Integer, _
       ByVal celIndex As Integer _
    ) 
    'Usage
     
    Dim instance As Table
    Dim rowIndex As Integer
    Dim celIndex As Integer
     
    instance.DeleteAndShiftCellsLeft(rowIndex, celIndex)
    public void DeleteAndShiftCellsLeft( 
       int rowIndex,
       int celIndex
    )

    Parameters

    rowIndex
    The index of the Row where a Cell will be removed..
    celIndex
    The index of the Cell to remove.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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