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


In This Topic
    ArtisticEffectNone Method
    In This Topic
    Creates a command that clear artistic effects from the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function ArtisticEffectNone( _
       ByVal shape As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.ArtisticEffectNone(shape)
    public static PictureCommand ArtisticEffectNone( 
       IShape shape
    )

    Parameters

    shape
    See Also