Spread for ASP.NET 12 Product Documentation
AddColumns Method (IRangeSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IRangeSupport Interface : AddColumns Method
Column index of column after which to add columns
Number of columns to add
Adds columns of cells after the specified column.
Syntax
'Declaration
 
Sub AddColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As IRangeSupport
Dim column As Integer
Dim columnCount As Integer
 
instance.AddColumns(column, columnCount)
void AddColumns( 
   int column,
   int columnCount
)

Parameters

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

Reference

IRangeSupport Interface
IRangeSupport Members