Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSRange
>
EntireRow
EntireRow property
Returns a
IXLSRange
object that represents the entire row (or rows) that contains the specified range. Read-only.
Syntax
property
EntireRow:
IXLSRange
;
Example
This example sets the value of the first cell in the first row that contains the selected range.
Workbook.Sheets[
1
].Selection.EntireRow.Item[
1
,
1
].Value :=
10
;
Copyright © NikaSoft 2004-2012