dxStringToReferenceArea(string) Method
Returns the rectangle corresponding to the specified reference to a cell or cell range.
Declaration
function dxStringToReferenceArea(const S: string): TRect;
Parameters
Name | Type |
---|---|
S | string |
Returns
Type |
---|
TRect |
Remarks
Call this global function to obtain the rectangle describing a cell or cell range by its A1-style reference passed as the S parameter.
The dxStringToReferenceArea function is normally used for parsing formula expressions.
See Also