Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ColorTransform Structure / Type Property


In This Topic
    Type Property (ColorTransform)
    In This Topic
    Return type of color transform.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As ColorTransformType
    'Usage
     
    
    Dim instance As ColorTransform
    Dim value As ColorTransformType
     
    value = instance.Type
    public ColorTransformType Type {get;}
    See Also