ClickHyperlink
LastSlide Property
|
Returns a hyperlink to the last slide of the presentation.
Readonly
ClickHyperlink
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static ClickHyperlink LastSlide { get; }
Public Shared ReadOnly Property LastSlide As ClickHyperlink
Get
public:
static property ClickHyperlink^ LastSlide {
ClickHyperlink^ get ();
}
static member LastSlide : ClickHyperlink with get
Property Value
Type:
ClickHyperlink
See Also