TdxSpreadSheetTableViewOptionsPrintHeaderFooterText.Assigned Property
Specifies whether at least a single section of a worksheet printout page’s header or footer has any content.
Declaration
property Assigned: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If this property is set to False, the associated document-based report link considers a header or footer empty, ignoring any existing content. The setter of the LeftSection, CenterSection, and RightSection properties assigns True to the Assigned property.
A Reset procedure call clears all sections of a page header or footer and sets the Assigned property to False.
The default Assigned property value is False.
See Also