returns the element at the position row, column
(Cast to Cell or Table)
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Object GetElement( int row, int column ) |
| Visual Basic |
|---|
Public Function GetElement ( _ row As Integer, _ column As Integer _ ) As Object |
| Visual C++ |
|---|
public: Object^ GetElement( int row, int column ) |