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