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