Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Item Property / Item(Int32) Property
In This Topic
    Item(Int32) Property
    In This Topic
    Returns a new instance of IRange by index which represents a cell.
    Syntax
    IRange Item( 
       System.int index
    ) {get;}

    Parameters

    index
    See Also