Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIManager Class / GetRemainedDataChanged Method
The index.
A GrapeCity.Spreadsheet.IWorksheet indicates the worksheet contains changed cells.
An integer value indicates the top row index of cell range.
An integer value indicates the left column index of cell range.
An integer value indicates the bottom row index of cell range.
An integer value indicates the right column index of cell range.


In This Topic
GetRemainedDataChanged Method
In This Topic
Gets the changed range.
Syntax
'Declaration
 
Protected Sub GetRemainedDataChanged( _
   ByVal index As Integer, _
   ByRef worksheet As IWorksheet, _
   ByRef row As Integer, _
   ByRef column As Integer, _
   ByRef row2 As Integer, _
   ByRef column2 As Integer, _
   ByRef invalidateCategory As ActionCategory _
) 
 
'Usage
 
Dim instance As UIManager
Dim index As Integer
Dim worksheet As IWorksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim invalidateCategory As ActionCategory
 
instance.GetRemainedDataChanged(index, worksheet, row, column, row2, column2, invalidateCategory)

Parameters

index
The index.
worksheet
A GrapeCity.Spreadsheet.IWorksheet indicates the worksheet contains changed cells.
row
An integer value indicates the top row index of cell range.
column
An integer value indicates the left column index of cell range.
row2
An integer value indicates the bottom row index of cell range.
column2
An integer value indicates the right column index of cell range.
invalidateCategory
See Also