Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Format Method


In This Topic
    Format Method (ShapeActionsCommand)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Shared Function Format( _
       ByVal drawingObjects() As Shape, _
       ByVal styleFormat As StyleFormat, _
       ByVal brush As Brush, _
       Optional ByVal increase As Nullable(Of Boolean) _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim styleFormat As StyleFormat
    Dim brush As Brush
    Dim increase As Nullable(Of Boolean)
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Format(drawingObjects, styleFormat, brush, increase)

    Parameters

    drawingObjects
    styleFormat
    brush
    increase
    See Also