'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)
Parameters
- worksheet
- The worksheet.
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.