Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillType Property


In This Topic
    FillType Property (ExcelShape)
    In This Topic
    Gets or sets the type of the fill.
    Syntax
    'Declaration
     
    
    Public Property FillType As MsoFillType
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As MsoFillType
     
    instance.FillType = value
     
    value = instance.FillType
    public MsoFillType FillType {get; set;}

    Property Value

    type of the fill
    See Also