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