FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / ToString Method


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