ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDRow Class / DDRow Constructor
The sheet on which the row is located.
The zero-based row number that this instance represents.

In This Topic
    DDRow Constructor
    In This Topic
    Initializes a new instance of the DDRow class.
    Syntax
    '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.
    See Also