'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