SpreadsheetGear 2023
Item Property (IArguments)


SpreadsheetGear.CustomFunctions Namespace > IArguments Interface : Item Property
Returns the argument specified by the zero based index. Note that this indexer has the side effect of converting a range or array to a single value.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As IValue
'Usage
 
Dim instance As IArguments
Dim index As System.Integer
Dim value As IValue
 
value = instance.Item(index)
IValue this[ 
   System.int index
]; {get;}

Parameters

index
Remarks
Note that this indexer has the side effect of converting a range or array to a single value. Use IArguments.GetArrayDimensions and IArguments.GetArrayValue to get the dimensions and values of a range or array.
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

IArguments Interface
IArguments Members
GetArrayDimensions Method
GetArrayValue Method
GetLogical Method
GetNumber Method
GetText Method