[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Cells.Item

this Property

this[int, int]

Gets a new cell for the specified row and column.

Declaration
public Cell this[int row, int column] { get; }
Public ReadOnly Default Property Item(row As Integer, column As Integer) As Cell
Parameters
Type Name Description
int row

Row index

int column

Column index

Exceptions
Type Condition
IndexOutOfRangeException

Specified row index is not valid; must be between zero and the total number of rows

IndexOutOfRangeException

Specified column index is not valid; must be between zero and the total number of columns

IndexOutOfRangeException

Specified column header row index is not valid; must be between zero and the total number of column header rows

IndexOutOfRangeException

Specified row header column index is not valid; must be between zero and the total number of row header columns

IndexOutOfRangeException

Specified sheet corner row index is not valid; must be between zero and the total number of sheet corner rows

IndexOutOfRangeException

Specified sheet corner column index is not valid; must be between zero and the total number of sheet corner columns

this[int, int, int, int]

Gets a new cell for the range of cells of the specified rows and columns.

Declaration
public Cell this[int row, int column, int row2, int column2] { get; }
Public ReadOnly Default Property Item(row As Integer, column As Integer, row2 As Integer, column2 As Integer) As Cell
Parameters
Type Name Description
int row

Starting row index

int column

Starting column index

int row2

Ending row index

int column2

Ending column index

Exceptions
Type Condition
IndexOutOfRangeException

Specified starting row index is not valid; must be between zero and the total number of rows

IndexOutOfRangeException

Specified starting column index is not valid; must be between zero and the total number of columns

IndexOutOfRangeException

Specified starting column header row index is not valid; must be between zero and the total number of column header rows

IndexOutOfRangeException

Specified starting row header column index is not valid; must be between zero and the total number of row header columns

IndexOutOfRangeException

Specified starting sheet corner row index is not valid; must be between zero and the total number of sheet corner rows

IndexOutOfRangeException

Specified starting sheet corner column index is not valid; must be between zero and the total number of sheet corner columns

IndexOutOfRangeException

Specified ending row index is not valid; must be between zero and the total number of rows

IndexOutOfRangeException

Specified ending column index is not valid; must be between zero and the total number of columns

IndexOutOfRangeException

Specified ending column header row index is not valid; must be between zero and the total number of column header rows

IndexOutOfRangeException

Specified ending row header column index is not valid; must be between zero and the total number of row header columns

IndexOutOfRangeException

Specified ending sheet corner row index is not valid; must be between zero and the total number of sheet corner rows

IndexOutOfRangeException

Specified ending sheet corner column index is not valid; must be between zero and the total number of sheet corner columns