'Declaration
Public Overloads ReadOnly Property Item( _ ByVal topLeftRowId As Integer, _ ByVal topLeftColumnId As Integer, _ ByVal bottomRightRowId As Integer, _ ByVal bottomRightColumnId As Integer _ ) As CellRange
'Usage
Dim instance As CellCollection Dim topLeftRowId As Integer Dim topLeftColumnId As Integer Dim bottomRightRowId As Integer Dim bottomRightColumnId As Integer Dim value As CellRange value = instance.Item(topLeftRowId, topLeftColumnId, bottomRightRowId, bottomRightColumnId)
public CellRange Item( int topLeftRowId, int topLeftColumnId, int bottomRightRowId, int bottomRightColumnId ) {get;}
Parameters
- topLeftRowId
- The Row Id that corresponds to the topmost part of the range.
- topLeftColumnId
- The Column Id that corresponds to the leftmost part of the range.
- bottomRightRowId
- The Row Id that corresponds to the bottommost part of the range.
- bottomRightColumnId
- The Column Id that corresponds to the rightmost part of the range.