Xceed Words for .NET v3.0 Documentation
DeleteAndShiftCellsLeft Method


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.
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

Reference

Table Class
Table Members