Get the table rows
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public RowCollection Rows { get; }
Public ReadOnly Property Rows As RowCollection
Get
public:
virtual property RowCollection^ Rows {
RowCollection^ get () sealed;
}
abstract Rows : RowCollection with get
override Rows : RowCollection with get
Property Value
Type:
RowCollection
Implements
ITable
Rows
See Also