Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / PresetTextEffect Method
The array of shapes to format.
The preset text effect.


In This Topic
    PresetTextEffect Method
    In This Topic
    Formats the shape text with a preset text effect.
    Syntax
    'Declaration
     
    
    Public Shared Function PresetTextEffect( _
       ByVal drawingObjects() As IShape, _
       ByVal presetTextEffect As PresetTextEffect _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As IShape
    Dim presetTextEffect As PresetTextEffect
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.PresetTextEffect(drawingObjects, presetTextEffect)

    Parameters

    drawingObjects
    The array of shapes to format.
    presetTextEffect
    The preset text effect.
    See Also