Spread Silverlight Documentation
CopyColumns Method


The column index at which to start copying.
The column index at which to paste columns.
The number of columns to copy.
Copies columns and pastes them at the specified location.
Syntax
'Declaration
 
Public Sub CopyColumns( _
   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.CopyColumns(fromColumn, toColumn, count)
public void CopyColumns( 
   System.int fromColumn,
   System.int toColumn,
   System.int count
)

Parameters

fromColumn
The column index at which to start copying.
toColumn
The column index at which to paste columns.
count
The number of columns to copy.
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.