[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IGridCell

IGridCell Interface

Represents a single cell in the virtual grid.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IGridCell

Properties

Name Description
ColumnSpan

Gets the column span for this cell.

Content

Gets the actual content to be rendered in this cell.

EffectiveBorders

Gets the effective border styles for this cell.

RowSpan

Gets the row span for this cell.

Extension Methods