Click or drag to resize

PdfTable GetText Method

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
)

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