'Declaration Public Overloads Function ToString( _ ByVal relativeTo As Cell, _ ByVal referenceStyle 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)
public string ToString( Cell relativeTo, ReferenceStyle referenceStyle )
Parameters
- relativeTo
- Cell to use for computing the relative reference
- referenceStyle
- Style of cell reference
Return Value
String containing a relative reference to this cell in the specified reference style