Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IXLSRange this[
	int row,
	int column
] { get; set; }
Public Default Property Item ( 
	row As Integer,
	column As Integer
) As IXLSRange
	Get
	Set
public:
virtual property IXLSRange^ default[int row, int column] {
	IXLSRange^ get (int row, int column) sealed;
	void set (int row, int column, IXLSRange^ value) sealed;
}
abstract Item : IXLSRange with get, set
override Item : IXLSRange with get, set

Parameters

row
Int32
column
Int32

Property Value

IXLSRange

Implements

IXLSRange..::..Item[([( Int32, Int32])])

See Also