SpreadsheetGear 2017
Item Property (IValues)






SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : Item Property
The row of the cell whose value will be returned.
The column of the cell whose value will be returned.
Returns the IValue representing the value type, value and formula of the specified cell, or null if the cell does not have a value.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IValue
'Usage
 
Dim instance As IValues
Dim row As System.Integer
Dim column As System.Integer
Dim value As IValue
 
value = instance.Item(row, column)
IValue this[ 
   System.int row,
   System.int column
]; {get;}
 this: : IValue;[ 
    row: System.Integer;
    column: System.Integer
]; read-only
 this[ 
   row : System.int,
   column : System.int
] get : IValue
__property IValue* get_Item   System.int row,
   System.int column
;
property IValue^ default [int,int] {
   IValue^ get(System.int row, System.int column);
}

Parameters

row
The row of the cell whose value will be returned.
column
The column of the cell whose value will be returned.

Property Value

The IValue representing the type, value and formula of the specified cell, or null if the cell does not have a value.
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

IValues Interface
IValues Members
IValue Interface