Spread for ASP.NET 12 Product Documentation
ToString(Cell) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class > ToString Method : ToString(Cell) Method
Cell to use for computing the relative reference
Gets a string that contains a relative reference to this cell in the current reference style.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal relativeTo As Cell _
) As String
'Usage
 
Dim instance As Cell
Dim relativeTo As Cell
Dim value As String
 
value = instance.ToString(relativeTo)
public string ToString( 
   Cell relativeTo
)

Parameters

relativeTo
Cell to use for computing the relative reference
See Also

Reference

Cell Class
Cell Members
Overload List