ResetForeColor Method (CellFooter)
Resets the text (foreground) color for the cell and makes the cell inherit the text color from the default cell.
public void ResetForeColor()
'Declaration
Public Sub ResetForeColor()
'Usage
Dim instance As CellFooter
instance.ResetForeColor()