Contents - Index - Previous - Next


PrintOptions property



Applies to
TProfGrid component

Declaration
property PrintOptions: TProfGridPrintOptions;

Description

Specifies various display and behavioral properties of the printout.

Set PrintOptions to include the desired properties for the printout of the grid. PrintOptions is a set drawn from the following values:

poRepeatFixedCols
Fixed columns are repeated on each page of the printout.

poRepeatFixedRows
Fixed rows are repeated on each page of the printout.

poPrintGridLines
Grid lines of the grid are printed. The option may be excluded to remove grid lines from the printout.

poPrintSpreadsheetHeaders
The spreadsheet headers (row and column headings) are included in the printout.

poUseCellColors
The background colors of cells are used in the printout. The option may be excluded to achieve black and white printing.

poUseFontColors
The font colors of cells are used in the printout. The option may be excluded to achieve black and white printing.

poUseGridColor
Scrollable area of the grid is printed with the background color specified by the Color property. The option may be excluded to achieve black and white printing.

poUseFixedColor
Fixed area of the grid is printed with the background color specified by the FixedColor property. The option may be excluded to achieve black and white printing.

poUseGridLineColor
Grid lines in the scrollable area of the grid are printed using the colors specified by the grid line color properties of rows and columns. The option may be excluded to achieve black and white printing.

poUseFixedGridLineColor
Grid lines in the fixed area of the grid are printed using the colors specified by the fixed grid line color properties of rows and columns. The option may be excluded to achieve black and white printing.

poUseInnerBorderColors
Inner borders of cells are printed in color. The option may be excluded to achieve black and white printing.

poUseOuterBorderColors
Outer borders of cells are printed in color. The option may be excluded to achieve black and white printing.