Initializes a new instance of a DDRow with the specified sheet as a parent, and the specified row number as the row this instance represents.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal parentSheet As DDSheet, _
ByVal row As Integer _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim parentSheet As DDSheet
Dim row As Integer
Dim instance As DDRow(parentSheet, row)
|
Parameters
- parentSheet
- The sheet on which this row is located.
- row
- Returns the zero-based row number this instance represents.
See Also