SpreadsheetGear 2017
Item Property (IBorders)






SpreadsheetGear Namespace > IBorders Interface : Item Property
Specifies which border to return.
Returns the specified IBorder.
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;}
 this: : IBorder;[ 
    index: BordersIndex
]; read-only
 this[ 
   index : BordersIndex
] get : IBorder
__property IBorder* get_Item   BordersIndex index
;
property IBorder^ default [BordersIndex] {
   IBorder^ get(BordersIndex index);
}

Parameters

index
Specifies which border to return.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBorders Interface
IBorders Members