Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / GetShapesForStyleFormat Method
Input shapes


In This Topic
    GetShapesForStyleFormat Method
    In This Topic
    Get the shapes will be applied style format
    Syntax
    'Declaration
     
    
    Public Shared Function GetShapesForStyleFormat( _
       ByVal shapes() As Shape _
    ) As Shape()
    'Usage
     
    
    Dim shapes() As Shape
    Dim value() As Shape
     
    value = ShapeActionsCommand.GetShapesForStyleFormat(shapes)
    public static Shape[] GetShapesForStyleFormat( 
       Shape[] shapes
    )

    Parameters

    shapes
    Input shapes
    Remarks
    We will give the priority to the shapes if available
    See Also