Section
SlideIdList Property
|
get IDs of slides in this section.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public List<long> SlideIdList { get; }
Public ReadOnly Property SlideIdList As List(Of Long)
Get
public:
property List<long long>^ SlideIdList {
List<long long>^ get ();
}
member SlideIdList : List<int64> with get
Property Value
Type:
List
Int64
See Also