ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / Rows Method
The row number the returned DDRow will represent (zero based).

In This Topic
    Rows Method
    In This Topic
    Returns a DDRow instance for the specified row number.
    Syntax
    'Declaration
     
    Public Function Rows( _
       ByVal iRow As Integer _
    ) As DDRow
    public DDRow Rows( 
       int iRow
    )

    Parameters

    iRow
    The row number the returned DDRow will represent (zero based).

    Return Value

    A DDRow instance that represents the specified row number.
    See Also