TXlsBaseChart.CheckRangeObjPath Method
Checks if an ObjPath is in the range.
Syntax
Unit: FlexCel.XlsAdapter
class procedure TXlsBaseChart.CheckRangeObjPath(const ObjPath: string; const val: Integer; const lowest: Integer; const highest: Integer; const paramName: TFlxParam); static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
ObjPath |
string |
|
const |
val |
Integer |
|
const |
lowest |
Integer |
|
const |
highest |
Integer |
|
const |
paramName |
TFlxParam |
|
See also