Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetCellType Method


In This Topic
ResetCellType Method (Cell)
In This Topic
Resets the cell type for the cell and makes the cell inherit the cell type from the default cell.
Syntax
'Declaration
 
Public Sub ResetCellType() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetCellType()
See Also