FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns Class / Add Method
Column index at which to start
Number of columns to add


In This Topic
Add Method (Columns)
In This Topic
Adds a new column or range of columns.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As Columns
Dim index As Integer
Dim count As Integer
 
instance.Add(index, count)

Parameters

index
Column index at which to start
count
Number of columns to add
See Also