HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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;