public void MoveTableRows( int fromRow, int toRow, int count )
'Declaration Public Sub MoveTableRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub MoveTableRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As TableView Dim fromRow As Integer Dim toRow As Integer Dim count As Integer instance.MoveTableRows(fromRow, toRow, count)
'Usage
Dim instance As TableView Dim fromRow As Integer Dim toRow As Integer Dim count As Integer instance.MoveTableRows(fromRow, toRow, count)
TableView Class TableView Members