Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ITextRange Interface / Item Property
The index.ITextRange
In This Topic
    Item Property (ITextRange)
    In This Topic
    Gets the ITextRange with the specified index.
    Syntax
    ITextRange this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index.ITextRange
    See Also