TdxSpreadSheetTableViewOptionsPrintPrinting.VerticalCentered Property
Specifies if a particular Table View worksheet’s content is centered vertically within the content area of printout pages.
Declaration
property VerticalCentered: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
Remarks
Set this property to bTrue to center the worksheet content vertically in the page printouts. If the VerticalCentered property is set to bFalse, the content’s top border is explicitly aligned to the top border of a page’s content area.
The bDefault value corresponds to the default vertical content alignment in the current spreadsheet document format.
You can use the ActualVerticalCentered property to identify if a worksheet’s content is vertically centered in printout pages.
Note
Changing the VerticalCentered property value has a visual effect only for those printout pages whose content is higher than the corresponding portion of a worksheet’s printed area.
The default VerticalCentered property value is bDefault.