Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartUndoAction Class / SpreadChartUndoAction Constructor / SpreadChartUndoAction Constructor(SheetView,SpreadChart,Rectangle)
The chart.
The new bounds.


In This Topic
    SpreadChartUndoAction Constructor(SheetView,SpreadChart,Rectangle)
    In This Topic
    Initializes a new instance of the SpreadChartUndoAction class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView, _
       ByVal chart As SpreadChart, _
       ByVal newBounds As Rectangle _
    )
    'Usage
     
    
    Dim sheetView As SheetView
    Dim chart As SpreadChart
    Dim newBounds As Rectangle
     
    Dim instance As New SpreadChartUndoAction(sheetView, chart, newBounds)
    public SpreadChartUndoAction( 
       SheetView sheetView,
       SpreadChart chart,
       Rectangle newBounds
    )

    Parameters

    sheetView
    chart
    The chart.
    newBounds
    The new bounds.
    See Also