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