TXls3DRange.SetRange3DRef Method
Sets the value of the 3d range based on the string that defines the range in A1 notation.
Syntax
Unit: FlexCel.Core
procedure TXls3DRange.SetRange3DRef(const xls: TCoreExcelFile; const rangeDef: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
xls |
TCoreExcelFile |
ExcelFile where the range is defined. |
const |
rangeDef |
string |
String that defines the range, like for example "=[Sheet2:Sheet3]!A1:A3 |
See also