SpreadsheetGear 2010
GetAddress(Int32,Int32) Method
See Also  Send Feedback
SpreadsheetGear Namespace > IWorkbookSet Interface > GetAddress Method : GetAddress(Int32,Int32) Method

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

Syntax

Visual Basic (Declaration) 
Overloads Function GetAddress( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As String
C# 
string GetAddress( 
   int row,
   int col
)

Parameters

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

Return Value

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

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

See Also

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.