Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IBorders Interface / Item Property
The index.


In This Topic
    Item Property (IBorders)
    In This Topic
    Gets the IBorder at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As BordersIndex _
    ) As IBorder
    'Usage
     
    
    Dim instance As IBorders
    Dim index As BordersIndex
    Dim value As IBorder
     
    value = instance.Item(index)
    IBorder this[ 
       BordersIndex index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    IBorder.
    See Also