A Sandcastle Documented Class Library
![]() | DocxTableWriteCell Method |
Scrive il testo della cella
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxTable WriteCell( string val, int row, int column )
Public Function WriteCell ( val As String, row As Integer, column As Integer ) As DocxTable
public: DocxTable^ WriteCell( String^ val, int row, int column )
member WriteCell : val : string * row : int * column : int -> DocxTable
Parameters
- val
- Type: SystemString
Il testo da scrivere - row
- Type: SystemInt32
L'indice di riga - column
- Type: SystemInt32
L'indice di colonna
Return Value
Type: DocxTableDocxTable.
