Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / ToString Method


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

    Return Value

    String containing the name of the cell type
    See Also