Click or drag to resize

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; }

Parameters

index
Type: System Int32
the target index.

Return Value

Type: Section
the target section
See Also