FixedLayoutRow
Table Property
|
Returns the table 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 Table Table { get; }
Public ReadOnly Property Table As Table
Get
public:
property Table^ Table {
Table^ get ();
}
member Table : Table with get
Property Value
Type:
Table
See Also