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


In This Topic
ResetCellType Method (CellFooter)
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 CellFooter
 
instance.ResetCellType()
See Also