Adds a Cell to the Table at a certain row and column.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void AddCell( Cell aCell, int row, int column ) |
Visual Basic |
---|
Public Sub AddCell ( _ aCell As Cell, _ row As Integer, _ column As Integer _ ) |
Visual C++ |
---|
public: void AddCell( Cell^ aCell, int row, int column ) |
Parameters
- aCell
- Type: iTextSharp.text..::..Cell
The Cell to add
- row
- Type: System..::..Int32
The row where the Cell will be added
- column
- Type: System..::..Int32
The column where the Cell will be added