array of
overload
function Selectconst(const const: array of WideString): Integer; overload;
function Selectconst(const const: array of WideString; WideString; ActiveAreaIndex: Integer): Integer;: Integer): Integer; overload;
Selectconst(
| const |
array of 'A1:B2' or 'D4' |
| WideString; ActiveAreaIndex: Integer): Integer; |
Selectconst( |
One or more A1-style cell or range references, such as
ActiveAreaIndex 1 One or more A1-style cell or range references, such as -1 One or more A1-style cell or range references, such as
when the area list is empty, the active index is invalid, or any A1 reference cannot be parsed
Workbook.Sheets[1].Selectconst(
['A1:B2', 'D4'],
1);
Workbook.Sheets[