Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parentSheet As DDSheet, _ ByVal row As System.Integer _ ) |
C# | |
---|---|
public DDRow( DDSheet parentSheet, System.int row ) |
Parameters
- parentSheet
- The sheet on which this row is located.
- row
- Returns the zero-based row number this instance represents.