Spread Silverlight Documentation
ExcelColumn Constructor


GrapeCity.Excel Namespace > ExcelColumn Class : ExcelColumn Constructor
The owner IExcelWorksheet instance
Initialize a new instance of ExcelColumn.
Syntax
'Declaration
 
Public Function New( _
   ByVal workSheet As IExcelWorksheet _
)
'Usage
 
Dim workSheet As IExcelWorksheet
 
Dim instance As New ExcelColumn(workSheet)
public ExcelColumn( 
   IExcelWorksheet workSheet
)

Parameters

workSheet
The owner IExcelWorksheet instance
See Also

Reference

ExcelColumn Class
ExcelColumn Members