[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableRow

ITableRow Interface

Represents an interface for a table row object.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITableRow : IToggleReceiver, IDocumentMapItem, IActionableItem

Properties

Name Description
CanShrink

Gets a value indicating whether the row contains only cells with CanShrink set to true.

Cells

Gets a collection of table cells.

Height

Gets the table row height.

Extension Methods