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


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