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


In This Topic
    ToString Method (GcCharMaskCellType)
    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 GcCharMaskCellType
    Dim value As String
     
    value = instance.ToString()
    public virtual string ToString()
    See Also