[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.IGrid

IGrid Interface

Represents a virtual grid composed of the IGridCell

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

Properties

Name Description
Columns

Gets the number of columns in the grid.

Rows

Gets the number of rows in the grid.

Methods

Name Description
GetCellAt(int, int)

Obtains an IGridCell given the row and column numbers.

Extension Methods