ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDRow Class / DDRow Constructor
The sheet this row is on.
The row number this instance represents (zero based).

In This Topic
    DDRow Constructor
    In This Topic
    Creates this DDRow with the specified sheet as a parent, and the specified row number as the row this instance represent.
    Syntax
    '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).
    See Also