FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / AddColumns Method
Column index of column after which to add columns
Number of columns to add


In This Topic
AddColumns Method (DefaultSparklineContainer)
In This Topic
Adds columns of cells after the specified column.
Syntax
'Declaration
 
Public Sub AddColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer _
) 
 
'Usage
 
Dim instance As DefaultSparklineContainer
Dim column As Integer
Dim columnCount As Integer
 
instance.AddColumns(column, columnCount)

Parameters

column
Column index of column after which to add columns
columnCount
Number of columns to add
See Also