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


In This Topic
    ExcelRow Constructor
    In This Topic
    Initialize a new instance of ExcelRow.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal workSheet As IExcelWorksheet _
    )
    'Usage
     
    Dim workSheet As IExcelWorksheet
     
    Dim instance As New ExcelRow(workSheet)
    public ExcelRow( 
       IExcelWorksheet workSheet
    )

    Parameters

    workSheet
    The owner IExcelWorksheet instance
    See Also