[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableCell

ITableCell Interface

Represents an interface for table cells.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITableCell : IRenderComponent, IServiceProvider, IReportItemContainer

Properties

Name Description
AutoMerge

Gets the policy for merging nearby cells with the same content.

ColSpan

Gets the number of columns that the table cell spans.

RowSpan

Gets the number of rows that the table cell spans.

Extension Methods