Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixRow Class / Cells Property

In This Topic
    Cells Property (TablixRow)
    In This Topic
    Gets the TablixCells collection containing the list of cells in a row in the detail section of the Tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As TablixCells
    public TablixCells Cells {get;}
    See Also