Spread for ASP.NET 12 Product Documentation
MoveColumns Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSpanModel Class : MoveColumns Method
Column index at which to start the move
Column index at which to paste columns
Number of columns to move
Moves columns and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub MoveColumns( _
   ByVal fromColumn As Integer, _
   ByVal toColumn As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As DefaultSheetSpanModel
Dim fromColumn As Integer
Dim toColumn As Integer
Dim count As Integer
 
instance.MoveColumns(fromColumn, toColumn, count)
public void MoveColumns( 
   int fromColumn,
   int toColumn,
   int count
)

Parameters

fromColumn
Column index at which to start the move
toColumn
Column index at which to paste columns
count
Number of columns to move
See Also

Reference

DefaultSheetSpanModel Class
DefaultSheetSpanModel Members