Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / WorksheetReference Constructor / WorksheetReference Constructor(IWorksheet,Int32,Int32)
The worksheet.
An integer value indicates the row index.
An integer value indicates the column index.


In This Topic
    WorksheetReference Constructor(IWorksheet,Int32,Int32)
    In This Topic
    Initializes a new instance of the WorksheetReference class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
     
    Dim instance As New WorksheetReference(worksheet, row, column)
    public WorksheetReference( 
       IWorksheet worksheet,
       int row,
       int column
    )

    Parameters

    worksheet
    The worksheet.
    row
    An integer value indicates the row index.
    column
    An integer value indicates the column index.
    See Also