Spread Silverlight Documentation
SetColumn Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : SetColumn Method
The zero-based index of the column
An IExcelColumn used to initialize the column at the specified index
Initialize the column at the specified index.
Syntax
'Declaration
 
Sub SetColumn( _
   ByVal index As System.Integer, _
   ByVal column As IExcelColumn _
) 
'Usage
 
Dim instance As IExcelWorksheet
Dim index As System.Integer
Dim column As IExcelColumn
 
instance.SetColumn(index, column)
void SetColumn( 
   System.int index,
   IExcelColumn column
)

Parameters

index
The zero-based index of the column
column
An IExcelColumn used to initialize the column at the specified index
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members