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


In This Topic
    ToString Method (GcTextBoxCellType)
    In This Topic
    Converts the name of the cell type to a string.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToString() As String
    'Usage
     
    
    Dim instance As GcTextBoxCellType
    Dim value As String
     
    value = instance.ToString()
    public virtual string ToString()
    See Also