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


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