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


In This Topic
    InsertWordArt Method
    In This Topic
    Creates a command that adds a new wordart.
    Syntax
    'Declaration
     
    
    Public Shared Function InsertWordArt( _
       ByVal worksheet As IWorksheet, _
       ByVal presetTextEffect As PresetTextEffect, _
       ByVal text As String _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim presetTextEffect As PresetTextEffect
    Dim text As String
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.InsertWordArt(worksheet, presetTextEffect, text)

    Parameters

    worksheet
    presetTextEffect
    text
    See Also