Back to Devexpress

TdxPSSpreadSheetReportLinkOptionView Enum

vcl-dxpsdxspreadsheetlnk-984ab2a2.md

latest1.6 KB
Original Source

TdxPSSpreadSheetReportLinkOptionView Enum

Enumerates individual print modes available for the Spreadsheet control associated with the component printer via the basic print link.

Declaration

delphi
TdxPSSpreadSheetReportLinkOptionView = (
    ssovRowAndColumnHeadings,
    ssovGridLines,
    ssovSuppressSourceFormats
);

Members

Name
ssovRowAndColumnHeadings
ssovGridLines
ssovSuppressSourceFormats

Remarks

Options include:

|

Value

|

Description

|

Example

| | --- | --- | --- | |

ssovRowAndColumnHeadings

|

The basic Spreadsheet print link prints the worksheet row and column headers only if this flag is set.

|

| |

ssovGridLines

|

The print link prints grid lines in this mode.

|

| |

ssovSuppressSourceFormats

|

The print link ignores the printed worksheet’s formatting, including the cell background and font settings.

|

|

Direct TdxSpreadSheetReportLinkOptionView Type Reference

The TdxPSSpreadSheetReportLinkOptionsView type references the TdxSpreadSheetReportLinkOptionView type.

See Also

dxPSdxSpreadSheetLnk Unit