Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / Type Property


In This Topic
    Type Property (IFillFormat)
    In This Topic
    Gets a FillType value that represents the fill type.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As FillType
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As FillType
     
    value = instance.Type
    FillType Type {get;}

    Property Value

    The FillType value that represents the fill type.
    See Also