Gets row collection.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
RowCollection Rows { get; }
 
ReadOnly Property Rows As RowCollection
	Get
 
property RowCollection^ Rows {
	RowCollection^ get ();
}
 
abstract Rows : RowCollection with get
 
 
 
Property Value
 
 Type:
 
RowCollection
 
 
 See Also
See Also