ResetBackColor Method (Columns.DefaultColumn)
Resets the background color for the column and makes the column inherit the background color from the default column.
public void ResetBackColor()
'Declaration
Public Sub ResetBackColor()
'Usage
Dim instance As Columns.DefaultColumn
instance.ResetBackColor()