Click or drag to resize

ElementCollectionItem Property

Gets the Element at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Element this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the Element to get.

Property Value

Element
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
See Also