Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetSpanModel Class
SheetSpanModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.