Skip to main content

dxSpreadSheetParseReference(string,Untyped) Method

Parses the specified cell reference and appends it to a parsed formula expression.

Declaration

procedure dxSpreadSheetParseReference(Reference: string; var Formula);

Parameters

Name Type
Reference string
Formula

Remarks

Call this global procedure and pass the source cell reference and the target parsed formula expression as the Reference and Formula parameters, respectively. The procedure raises the EdxSpreadSheetError exception and releases the parsed formula expression if a parser error occurs (due to an invalid cell reference, for instance). You can use the sdxErrorInvalidReference resource string to localize the exception’s message followed by the source reference string and the error index within the parsed token chain.

See Also