Spread WinForms 15
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)

Parameters

row
rowCount
column
columnCount
See Also