Online Documentation for Advanced Excel Report for RAD Studio
AddBand
Applies to
TEXLReportBands object
Declaration
function AddBand(BandType: TEXLReportBandType): TEXLReportBand;
TEXLReportBandType = (xlrbtTitle, xlrbtGroupHeader, xlrbtMasterData, xlrbtDetailHeader, xlrbtDetailData,
xlrbtDetailFooter, xlrbtGroupFooter, xlrbtSummary);
Description
Use the AddBand method to add a band to the collection. Parameter BandType defines the type of the band.
The following band types are available: Title, Group Header, MasterData, Detail Header, Detail Data, Detail Footer, Group Footer, and Summary.
See also: