Gets the address of a range using Excel notation (e.g. A1).
'Declaration
Public Function GetAddress( _
ByVal As CellRange, _
ByVal As System.Boolean _
) As System.String
public System.string GetAddress(
CellRange ,
System.bool
)
Parameters
- rng
- CellRange that defines the range.
- fullRange
Return Value
The address of the range using Excel notation (e.g. A1).
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