Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Column Class / ToString Method / ToString() Method
Example


In This Topic
    ToString() Method
    In This Topic
    Gets a string containing an absolute reference to this column in the current reference style.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Column
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String containing the reference to this column
    Example
    This example uses the Formula property to sum two values and places the result in the appropriate cell.
    See Also