Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRangeProvider Interface / Item Property / Item(String) Property
The reference.
In This Topic
    Item(String) Property
    In This Topic
    Gets the IRange object with the specified reference.
    Syntax
    IRange Item( 
       System.string reference
    ) {get;}

    Parameters

    reference
    The reference.

    Property Value

    IRange.
    See Also