GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / ToString Method


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