AreasItem Property Bytescout Spreadsheet SDK
Gets the Range at the specified index.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public Range this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: Range
Specifies the zero based index of the Range to return.
See Also

Reference