Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / UpdateChartOnLayoutChanged Method


In This Topic
    UpdateChartOnLayoutChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub UpdateChartOnLayoutChanged( _
       ByVal row As Integer, _
       ByVal rowCount As Integer, _
       ByVal column As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim rowCount As Integer
    Dim column As Integer
    Dim columnCount As Integer
     
    instance.UpdateChartOnLayoutChanged(row, rowCount, column, columnCount)
    public void UpdateChartOnLayoutChanged( 
       int row,
       int rowCount,
       int column,
       int columnCount
    )

    Parameters

    row
    rowCount
    column
    columnCount
    See Also