Spread Windows Forms 12.0 Product Documentation
Item Property (IBorders)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IBorders Interface : Item Property
The index.
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

Reference

IBorders Interface
IBorders Members