Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / RemoveColorTransform Method


In This Topic
    RemoveColorTransform Method
    In This Topic
    Remove color transform for this color.
    Syntax
    'Declaration
     
    
    Public Sub RemoveColorTransform( _
       ByVal type As ColorTransformType _
    ) 
    'Usage
     
    
    Dim instance As SchemeColor
    Dim type As ColorTransformType
     
    instance.RemoveColorTransform(type)
    public void RemoveColorTransform( 
       ColorTransformType type
    )

    Parameters

    type
    See Also