Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(CellNote,CellNote,RichText)


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

Parameters

cellNote
cellNoteData
richTextData
See Also