Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v3.x
Reference
>
IXLSRange
>
Select
Select method
Selects the cells in the specified range.
Syntax
procedure
Select;
Example
This example selects cells A1:B3 on sheet one.
Workbook.Sheets[
1
].Range[
'A1'
,
'B3'
].Select;
Copyright © NikaSoft 2004-2012