Version

Item Property (ArrayProxy)

Gets the ExcelCalcValue at the specified index.
Syntax
public ExcelCalcValue this[ 
   int x,
   int y
]; {get;}

Parameters

x
The index for the first dimension of the array. This is the relative column index for arrays representing cell regions on a worksheet.
y
The index for the second dimension of the array. This is the relative row index for arrays representing cell regions on a worksheet.

Property Value

An ExcelCalcValue representing the specified value in the array.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also