Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / ToString Method


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