Returns the parent Table object for a cell.
Read-only
ITable.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ITable Table { get; }
Public ReadOnly Property Table As ITable
Get
public:
virtual property ITable^ Table {
ITable^ get () sealed;
}
abstract Table : ITable with get
override Table : ITable with get
Property Value
Type:
ITableImplements
ICellTable
See Also