PageTableAreaCellPageArea Property |
Gets the table cell value.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic PageArea PageArea { get; }
Public ReadOnly Property PageArea As PageArea
Get
public:
property PageArea^ PageArea {
PageArea^ get ();
}
member PageArea : PageArea with get
Property Value
Type:
PageAreaAn instance of
PageArea class that represents a value of the table cell.
Remarks
Depending on cell
PageArea property
can contain any of the inheritors of
PageArea class.
See Also