Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / ToString Method


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