Read access to the Header Information attribute of a data object. Read/write access to the Header Information attribute of the current formula.
Syntax
DataObject.assign_header
or
this.assign_header = Option
The syntax of the assign_header property consists of the following elements:
Element |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataObject |
The data object being accessed. Use this to access the current formula. |
||||||||||
Option |
Select one of the following constants:
|
Remarks
Determines the cases in which the header information of the formula should be assigned to the result.
Write access to the header information of a data object is only permitted for the formula in which the Python code is located. Instead of using write access, you should preferably edit the attribute on the General tab of the Properties dialog box.
Available In
FlexPro Professional, Developer Suite
Examples
flexpro.object(r'\Formula').assign_header |
Provides the current attribute setting for the specified formula. |
this.assign_header = flexpro.ASSIGN_HEADER_ALWAYS |
Ensures that the formula header information is assigned to the formula result. |