FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetCellType Method


In This Topic
ResetCellType Method (NamedStyle)
In This Topic
Resets the cell type for the style to the default setting (not set).
Syntax
'Declaration
 
Public Overrides Sub ResetCellType() 
 
'Usage
 
Dim instance As NamedStyle
 
instance.ResetCellType()
See Also