See Also

IValues Interface  | IValues Members  | IValue Interface

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

row
The row of the cell whose value will be returned.
column
The column of the cell whose value will be returned.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

Item Property

SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : Item Property (IValues)

Returns the IValue representing the value type, value and formula of the specified cell, or null if the cell does not have a value.

[Visual Basic]
Overridable ReadOnly Default Property Item( _    ByVal row As Integer, _    ByVal column As Integer _ ) As IValue
[C#]
virtual IValue this[    int row,    int column ]; {get;}
[C++]
__property virtual IValue* get_Item(    int row,    int column );
[C++/CLI]
virtual property IValue^ default [int] {    IValue^ get(int rowint column); }

Parameters

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

IValues Interface  | IValues Members  | IValue Interface

 

 


See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.

Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.

SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.