BodyLayoutElement
Rows Property
|
Gives the capability to access the rows contained within a table.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutRow> Rows { get; }
Public ReadOnly Property Rows As LayoutCollection(Of FixedLayoutRow)
Get
public:
property LayoutCollection<FixedLayoutRow^>^ Rows {
LayoutCollection<FixedLayoutRow^>^ get ();
}
member Rows : LayoutCollection<FixedLayoutRow> with get
Property Value
Type:
LayoutCollection
FixedLayoutRow
See Also