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


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