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