'Declaration
Function Swap( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal options As ManipulationOptions _ ) As ActionResult(Of Object)
ActionResult<object> Swap( int row, int column, int toRow, int toColumn, int rowCount, int columnCount, ManipulationOptions options )