[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.ITablixRow.Cells

Cells Property

Cells

Gets the list of cells in a row in the body section of the tablix.

Declaration
IItemCollection<ITablixCell> Cells { get; }
Property Value
Type Description
IItemCollection<ITablixCell>

An IItemCollection<T> representing the list of cells in the row.