Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
TDataset2Excel
>
StartRow
StartRow property
Specifies the vertical
offset
of the upper-left corner of the range in the destination worksheet. The default value is 0. Read/write Word.
Syntax
property
StartRow: Word;
Example
This example sets the offset of the destination range.
Dataset2Excel1.StartRow :=
5
; Dataset2Excel1.StartCol :=
2
;
Copyright © NikaSoft 2004-2012