CellPresentation Property |
Returns the parent presentation of a cell.
Read-only
IPresentation.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IPresentation Presentation { get; }
Public ReadOnly Property Presentation As IPresentation
Get
public:
virtual property IPresentation^ Presentation {
IPresentation^ get () sealed;
}
abstract Presentation : IPresentation with get
override Presentation : IPresentation with get
Property Value
Type:
IPresentationImplements
IPresentationComponentPresentation
See Also