Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / PictureStyle Method


In This Topic
    PictureStyle Method
    In This Topic
    Creates a command that make a pictureStyle in the current picture.
    Syntax
    'Declaration
     
    
    Public Shared Function PictureStyle( _
       ByVal pictureStyle As PictureCommand.PictureStylePreset, _
       ByVal ParamArray shapes() As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim pictureStyle As PictureCommand.PictureStylePreset
    Dim shapes() As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.PictureStyle(pictureStyle, shapes)

    Parameters

    pictureStyle
    shapes
    See Also