Spread Silverlight Documentation
SetColumn Method (IExcelWorksheet)


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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.