SpreadsheetGear 2017
Item Property (IAreas)






SpreadsheetGear Namespace > IAreas Interface : Item Property
Specifies the zero based index of the IRange to return.
Returns the zero based instance of IRange specified by index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As IRange
'Usage
 
Dim instance As IAreas
Dim index As System.Integer
Dim value As IRange
 
value = instance.Item(index)
IRange this[ 
   System.int index
]; {get;}
 this: : IRange;[ 
    index: System.Integer
]; read-only
 this[ 
   index : System.int
] get : IRange
__property IRange* get_Item   System.int index
;
property IRange^ default [int] {
   IRange^ get(System.int index);
}

Parameters

index
Specifies the zero based index of the IRange 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

IAreas Interface
IAreas Members