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