Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape,RichText,Actions)
The shape to set new text.


In This Topic
    ShapeActionsCommand Constructor(Shape,RichText,Actions)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As Shape, _
       ByVal richText As RichText, _
       ByVal action As ShapeActionsCommand.Actions _
    )
    'Usage
     
    
    Dim shape As Shape
    Dim richText As RichText
    Dim action As ShapeActionsCommand.Actions
     
    Dim instance As New ShapeActionsCommand(shape, richText, action)

    Parameters

    shape
    The shape to set new text.
    richText
    action
    See Also