Function |
Description |
---|
AcFdMakeFieldCode |
Formats an object property field code using the specified components. nOption can be one or more of the following ObjectFieldOption enum values:- kObjFieldNone - No option
- kObjFieldUnresolvedBlockRef - Set this flag to get the field code for unresolved block reference. If this flag is set objId must specify a null ID.
- kObjFieldApplyBlockTransform - Set this flag if block transform should be applied on the object before getting the property. This option is applicable only if the object resides in a block and the field is in an attribute.
|
AcFdMakeFieldCode |
Formats an expression field code.If tableId is null then the field code will not have reference to table. If it is not null the field code may or may not have reference to the table, based on the value of targetTableId. If tableId and targetTableId are the same then the field code will not have an explicit reference to the table. If they are different the field code will have an explicit reference to the table. nOption can be one of the following ExpressionFieldOption enum values:- kExprFieldSum - Sum formula
- kExprFieldAverage - Average formula
- kExprFieldCount - Count formula... more
|
AcFdMakeFieldCode |
Formats a sheet set property field code using the specified components.The possible values for pszCompName are subset for current subset property or sheet for current sheet property.nOption can be one or more SheetSetFieldOption enum values:- kSheetSetNone - No option
- kSheetSetHyperlink - Associate a hyperlink with the field
- kSheetSetUnresolvedComponent - Get the field code as unresolved component.
|