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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellRange this[
	int row,
	int column,
	int lastRow,
	int lastColumn
] { get; }
Public ReadOnly Default Property Item ( 
	row As Integer,
	column As Integer,
	lastRow As Integer,
	lastColumn As Integer
) As CellRange
	Get
public:
property CellRange^ default[int row, int column, int lastRow, int lastColumn] {
	CellRange^ get (int row, int column, int lastRow, int lastColumn);
}
member Item : CellRange with get

Parameters

row
Int32
column
Int32
lastRow
Int32
lastColumn
Int32

Property Value

CellRange

See Also