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


In This Topic
    FillRectangle Property
    In This Topic
    Gets or sets the rectangle for the specified fill.
    Syntax
    'Declaration
     
    
    Property FillRectangle As Rectangle
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Rectangle
     
    instance.FillRectangle = value
     
    value = instance.FillRectangle
    Rectangle FillRectangle {get; set;}
    See Also