Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(IShape,IShape,RichText)


In This Topic
    ShapeActionsCommand Constructor(IShape,IShape,RichText)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cellNote As IShape, _
       ByVal cellNoteData As IShape, _
       ByVal richTextData As RichText _
    )
    'Usage
     
    
    Dim cellNote As IShape
    Dim cellNoteData As IShape
    Dim richTextData As RichText
     
    Dim instance As New ShapeActionsCommand(cellNote, cellNoteData, richTextData)
    public ShapeActionsCommand( 
       IShape cellNote,
       IShape cellNoteData,
       RichText richTextData
    )

    Parameters

    cellNote
    cellNoteData
    richTextData
    See Also