Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRangeProvider Interface / Item Property / Item(Int32,Int32) Property
The row.
The column.
In This Topic
    Item(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
    ) {get;}

    Parameters

    row
    The row.
    column
    The column.

    Property Value

    IRange.
    See Also