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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IXLSRange this[
	int row,
	int column
] { get; }
ReadOnly Default Property Item ( 
	row As Integer,
	column As Integer
) As IXLSRange
	Get
property IXLSRange^ default[int row, int column] {
	IXLSRange^ get (int row, int column);
}
abstract Item : IXLSRange with get

Parameters

row
Int32
column
Int32

Property Value

IXLSRange

See Also