ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / DDRow Class / DDRow Constructor
The sheet on which this row is located.
Returns the zero-based row number this instance represents.

In This Topic
    DDRow Constructor
    In This Topic
    Initializes a new instance of a DDRow with the specified sheet as a parent, and the specified row number as the row this instance represents.
    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 this row is located.
    row
    Returns the zero-based row number this instance represents.
    See Also