NativeExcel suite v3.x

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