 | DocxTableRowsCount Property |
Ritorna il numero di righe della tabella.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 28.1.0-RC
Syntaxpublic int RowsCount { get; }Public ReadOnly Property RowsCount As Integer
Get
public:
property int RowsCount {
int get ();
}member RowsCount : int with get
Property Value
Int32The rows count.
See Also