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


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