See Also

IWorkbookSet Interface  | IWorkbookSet Members  | Overload List  | Address Property  | GetAddress(Int32,Int32,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean,Boolean,ReferenceStyle) Method

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 zero based row index.
col
The zero based column index.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

GetAddress(Int32,Int32) Method

SpreadsheetGear Namespace > IWorkbookSet Interface > GetAddress Method : GetAddress(Int32,Int32) Method

Returns a string representing the specified zero based row and column indexes.

[Visual Basic]
Overloads Overridable Function GetAddress( _    ByVal row As Integer, _    ByVal col As Integer _ ) As String
[C#]
virtual string GetAddress(    int row,    int col );
[C++]
virtual string* GetAddress(    int row,    int col )
[C++/CLI]
virtual String^ GetAddress(    int row,    int col )

Parameters

row
The zero based row index.
col
The zero based column index.

Return Type

A string representing the specified zero based row and column indexes using ReferenceStyle.A1.

Remarks

The zero based row and column indexes are converted to a relative reference using ReferenceStyle.A1.

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

IWorkbookSet Interface  | IWorkbookSet Members  | Overload List  | Address Property  | GetAddress(Int32,Int32,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Boolean,Boolean,ReferenceStyle) Method

 

 


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.