Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / FormatControlCommand Constructor


In This Topic
    FormatControlCommand Constructor
    In This Topic
    Initializes a new instance of the FormatControlCommand class for formatting.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal originalShape As IShape, _
       ByVal dataShape As IShape _
    )
    'Usage
     
    
    Dim originalShape As IShape
    Dim dataShape As IShape
     
    Dim instance As New FormatControlCommand(originalShape, dataShape)
    public FormatControlCommand( 
       IShape originalShape,
       IShape dataShape
    )

    Parameters

    originalShape
    dataShape
    See Also