Get value from the current table
Namespace:
Spire.Pdf.Utilities
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string GetText(
int rowIndex,
int columnIndex
)
Public Function GetText (
rowIndex As Integer,
columnIndex As Integer
) As String
public:
String^ GetText(
int rowIndex,
int columnIndex
)
member GetText :
rowIndex : int *
columnIndex : int -> string
Parameters
-
rowIndex
-
Type:
System
Int32
the row index,the index starts at 0
-
columnIndex
-
Type:
System
Int32
the column index,the index starts at 0
Return Value
Type:
String
the text
See Also