'Declaration Public Overloads Function ToString( _ ByVal relativeTo As Row, _ ByVal referenceStyle As ReferenceStyle _ ) As String
'Usage Dim instance As Row Dim relativeTo As Row Dim referenceStyle As ReferenceStyle Dim value As String value = instance.ToString(relativeTo, referenceStyle)
public string ToString( Row relativeTo, ReferenceStyle referenceStyle )
Parameters
- relativeTo
- Row to use for computing the relative reference
- referenceStyle
- Reference style
Return Value
String containing the reference to this row