ToString(Cell,ReferenceStyle) Method
In This Topic
Gets a string that contains a relative reference to this cell in the specified reference style.
Syntax
'Declaration
Public Overloads Function ToString( _
ByVal As Cell, _
ByVal As ReferenceStyle _
) As String
'Usage
Dim instance As Cell
Dim relativeTo As Cell
Dim referenceStyle As ReferenceStyle
Dim value As String
value = instance.ToString(relativeTo, referenceStyle)
Parameters
- relativeTo
- Cell to use for computing the relative reference
- referenceStyle
- Style of cell reference
Exceptions
See Also