Represents a header in a grid. Syntax Remarks The header element will not be rendered unless it contains at least one IGridCell, which can be added through the AddCell method.
Public Properties Public Methods
Public Methods
Public Properties
Creates a new cell object that implements the Infragistics.Documents.Reports.Report.Grid.ICell interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Grid.ICell interface.
Gets or sets the height of the header. Syntax Remarks The Height class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Infragistics.Documents.Reports.Report.Height.Type. When accessing this property, the returned object should be...
Gets or sets the vertical spacing between elements. Syntax
Gets or sets a boolean value indicating whether to repeat the header. Syntax
Represents a row in a grid. Syntax
Public Properties Public Methods