Spread WPF 17
GrapeCity.Excel Namespace / ExcelColumn Class / ExcelColumn Constructor
The owner IExcelWorksheet instance


In This Topic
    ExcelColumn Constructor
    In This Topic
    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