Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Fill Method
The array of shapes to format.
The fill brush.


In This Topic
    Fill Method (ShapeActionsCommand)
    In This Topic
    Formats the shape fill with the specified brush.
    Syntax
    'Declaration
     
    
    Public Shared Function Fill( _
       ByVal drawingObjects() As IShape, _
       ByVal fill As Brush _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim fill As Brush
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Fill(drawingObjects, fill)

    Parameters

    drawingObjects
    The array of shapes to format.
    fill
    The fill brush.
    See Also