SpreadsheetGear
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

Platforms: Windows 2000, Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008. SpreadsheetGear 2008 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

See Also

Copyright © 2003-2009 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.