Returns the
IValue representing the value type, value and formula of the specified cell, or
null if the cell does not have a value.
'Declaration
ReadOnly Default Property Item( _
ByVal 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 ,
System.int column
]; {get;}
this: : IValue;[
: System.Integer;
column: System.Integer
]; read-only
this[
: System.int,
column : System.int
] get : IValue
__property IValue* get_Item System.int ,
System.int column
;
property IValue^ default [int,int] {
IValue^ get(System.int , 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.
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