Gets cell with the specified indexes.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public Cell this[
	int y,
	int x
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	y As Integer, _
	x As Integer _
) As Cell
Visual C++
public:
property Cell^ default[int y, int x] {
	Cell^ get (int y, int x);
	void set (int y, int x, Cell^ value);
}

Parameters

y
Type: System..::.Int32
x
Type: System..::.Int32

See Also