Skip to main content

Create(TdxSpreadSheetCell) Constructor

Creates a formula expression in the specified cell object.

Declaration

constructor Create(AOwner: TdxSpreadSheetCell); virtual;

Parameters

Name Type
AOwner TdxSpreadSheetCell

Remarks

This constructor supports the internal infrastructure and is not intended to be used directly from your code. The formula parser automatically calls the Create constructor and populates the newly created container with tokens corresponding to functions, parameters, operators, constants, and references within the source formula expression string.

See Also