NativeExcel suite v2.x

Cells property

Returns a IXLSRange object that represents the cells in the specified range. Read-only.

Syntax

property Cells: IXLSRange;

Example

This example clears the first cell in the selection.
Workbook.Sheets[1].Selection.Cells.Item[1, 1].Clear;
Copyright © NikaSoft 2004-2012