'Declaration
Public Overridable Sub Swap( _ 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.Swap(fromIndex, toIndex, count)
Parameters
- fromIndex
- Row or column index at which to start swapping rows or columns
- toIndex
- Row or column index at which to swap rows or columns
- count
- Number of rows or columns to swap