FixedLayoutRow
Row Property
|
Returns the row that corresponds to the layout entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableRow Row { get; }
Public ReadOnly Property Row As TableRow
Get
public:
property TableRow^ Row {
TableRow^ get ();
}
member Row : TableRow with get
Property Value
Type:
TableRow
See Also