Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRangeProvider Interface / Item Property / Item(Int32,Int32,Int32,Int32) Property
The row.
The column.
The row count.
The column count.
In This Topic
    Item(Int32,Int32,Int32,Int32) Property
    In This Topic
    Gets the IRange object with the specified row and column.
    Syntax
    IRange Item( 
       System.int row,
       System.int column,
       System.int rowCount,
       System.int columnCount
    ) {get;}

    Parameters

    row
    The row.
    column
    The column.
    rowCount
    The row count.
    columnCount
    The column count.

    Property Value

    IRange.
    See Also