SpreadsheetGear Namespace > IRange Interface : GetAddress Method |
'Declaration
Function GetAddress( _ ByVal rowAbsolute As System.Boolean, _ ByVal colAbsolute As System.Boolean, _ ByVal referenceStyle As ReferenceStyle, _ ByVal external As System.Boolean, _ ByVal relativeTo As IRange _ ) As System.String
'Usage
Dim instance As IRange Dim rowAbsolute As System.Boolean Dim colAbsolute As System.Boolean Dim referenceStyle As ReferenceStyle Dim external As System.Boolean Dim relativeTo As IRange Dim value As System.String value = instance.GetAddress(rowAbsolute, colAbsolute, referenceStyle, external, relativeTo)
System.string GetAddress( System.bool rowAbsolute, System.bool colAbsolute, ReferenceStyle referenceStyle, System.bool external, IRange relativeTo )
function GetAddress( rowAbsolute: System.Boolean; colAbsolute: System.Boolean; referenceStyle: ReferenceStyle; external: System.Boolean; relativeTo: IRange ): System.String;
function GetAddress( rowAbsolute : System.boolean, colAbsolute : System.boolean, referenceStyle : ReferenceStyle, external : System.boolean, relativeTo : IRange ) : System.String;
System.string* GetAddress( System.bool rowAbsolute, System.bool colAbsolute, ReferenceStyle referenceStyle, System.bool external, IRange* relativeTo )
System.String^ GetAddress( System.bool rowAbsolute, System.bool colAbsolute, ReferenceStyle referenceStyle, System.bool external, IRange^ relativeTo )
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