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

dxStringToReference(string,Integer,Integer) Method

Obtains a cell position from the specified cell reference.

#Declaration

Delphi
procedure dxStringToReference(const S: string; out AColumnIndex: Integer; out ARowIndex: Integer);

#Parameters

Name Type
S string
AColumnIndex Integer
ARowIndex Integer

#Remarks

Call this global procedure to obtain the horizontal and vertical position of a cell by its A1-style reference passed as the S parameter. The dxStringToReference procedure returns the cell’s column and row zero-based indexes as the AColumnIndex and ARowIndex parameters, respectively.

The dxStringToReference procedure is normally used for parsing formula expressions.

See Also