ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / Cells Method
The start DDCell.
The end DDCell.

In This Topic
    Cells Method
    In This Topic
    Returns the DDCells between the specified DDCells.
    Syntax
    'Declaration
     
    Public Function Cells( _
       ByVal start As DDCell, _
       ByVal end As DDCell _
    ) As DDCells
    public DDCells Cells( 
       DDCell start,
       DDCell end
    )

    Parameters

    start
    The start DDCell.
    end
    The end DDCell.
    See Also