Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetLockForeColor Method


In This Topic
    ResetLockForeColor Method (Column)
    In This Topic
    Resets the fore color for the locked column and makes the column inherit the fore color from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetLockForeColor() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetLockForeColor()
    public void ResetLockForeColor()
    See Also