Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IBorders Interface / Item Property
Specifies the position of an element in the collection.
In This Topic
    Item Property (IBorders)
    In This Topic
    Returns the IBorder object from a collection.
    Syntax
    IBorder this[ 
       BordersIndex index
    ]; {get;}

    Parameters

    index
    Specifies the position of an element in the collection.

    Property Value

    Returns IBorder
    See Also