Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxSpreadSheetParseReference(string,Untyped) Method

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

#Declaration

Delphi
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