Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / TextCellData Class / ToString Method


In This Topic
    ToString Method (TextCellData)
    In This Topic
    Returns a String which represents the object instance.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToString() As String
    'Usage
     
    
    Dim instance As TextCellData
    Dim value As String
     
    value = instance.ToString()
    public virtual string ToString()
    See Also