dxStringToReferenceArea(string) Method
In This Article
Returns the rectangle corresponding to the specified reference to a cell or cell range.
#Declaration
#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