TdxSpreadSheetTableViewOptionsPrint.Source Property
Provides access to a Table View worksheet’s content-related print settings.
Declaration
property Source: TdxSpreadSheetTableViewOptionsPrintSource read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintSource |
Remarks
You can use the Source.Area property to print only a portion of the worksheet’s content, the Source.CellComments, and Source.ErrorIndication properties to define how to print comment containers and error codes. Refer to the TdxSpreadSheetTableViewOptionsPrintSource class description for detailed information on all available options.
See Also