Get the table rows

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

RowCollection

Implements

ITable..::..Rows

See Also