DocxTable.ReadCell Method

QsInformatica.Utils

DocxTableReadCell Method

Legge il testo della cella

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string ReadCell(
	int row,
	int column
)
Public Function ReadCell ( 
	row As Integer,
	column As Integer
) As String
public:
String^ ReadCell(
	int row, 
	int column
)
member ReadCell : 
        row : int * 
        column : int -> string 

Parameters

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

Return Value

Type: String
System.String.
See Also