SectionList
Item Property
|
Get the section by index.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Section this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Section
Get
public:
property Section^ default[int index] {
Section^ get (int index);
}
member Item : Section with get
Parameters
-
index
-
Type:
System
Int32
the target index.
Return Value
Type:
Section
the target section
See Also