Click or drag to resize

DocxTableReadCell Method

Legge il testo della cella

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public string ReadCell(
	int row,
	int column
)

Parameters

row
Type: SystemInt32
L'indice di riga
column
Type: SystemInt32
L'indice di colonna

Return Value

Type: String
System.String.
See Also