Gets a Cell or Table from a certain column.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Object GetCell( int column ) |
Visual Basic |
---|
Public Function GetCell ( _ column As Integer _ ) As Object |
Visual C++ |
---|
public: Object^ GetCell( int column ) |
Parameters
- column
- Type: System..::..Int32
the column the Cell/Table is in.