Spread WPF Documentation
SetColumn Method (ExcelWorksheet)


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
 
Public Sub SetColumn( _
   ByVal index As System.Integer, _
   ByVal column As IExcelColumn _
) 
'Usage
 
Dim instance As ExcelWorksheet
Dim index As System.Integer
Dim column As IExcelColumn
 
instance.SetColumn(index, column)
public 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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.