'Declaration
Public Overridable Sub Move( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
'Usage
Dim instance As DefaultSheetAxisModel Dim fromIndex As Integer Dim toIndex As Integer Dim count As Integer instance.Move(fromIndex, toIndex, count)
Parameters
- fromIndex
- Row or column index at which to start moving rows or columns
- toIndex
- Row or column index at which to paste rows or columns
- count
- Number of rows or columns to move