Click or drag to resize

CollectionBase T Item Property

Gets or sets the item at the specified index in the collection.trigger OnSet and OnSetComplete method when set item

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public T this[
	int i
] { get; set; }

Parameters

i
Type: System Int32
The zero-based index of the item to get or set.

Return Value

Type: T
The item at the specified index.

Implements

IList T Item Int32
See Also