Click or drag to resize

XlsRangesCollection Item Property (Int32)

Returns item by index from the collection.

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

Parameters

index
Type: System Int32

Property Value

Type: IXLSRange

Implements

IXLSRanges Item Int32
See Also