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


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