Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / ToString Method


In This Topic
    ToString Method (Line)
    In This Topic
    Converts the value of this instance to its equivalent string representation.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Line
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    The System.String representation of the value of this instance.
    See Also