FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ResetBackColor Method


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