Spread Silverlight Documentation
MoveColumns Method


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetSpanModel Class : MoveColumns Method
The column index at which to start the move.
The column index at which to paste columns.
The number of columns to move.
Moves columns and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub MoveColumns( _
   ByVal fromColumn As System.Integer, _
   ByVal toColumn As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As SheetSpanModel
Dim fromColumn As System.Integer
Dim toColumn As System.Integer
Dim count As System.Integer
 
instance.MoveColumns(fromColumn, toColumn, count)
public void MoveColumns( 
   System.int fromColumn,
   System.int toColumn,
   System.int count
)

Parameters

fromColumn
The column index at which to start the move.
toColumn
The column index at which to paste columns.
count
The number of columns to move.
See Also

Reference

SheetSpanModel Class
SheetSpanModel Members