NativeExcel suite v2.x

StartCol property

Specifies the horizontal offset of the upper-left corner of the range in the destination worksheet. The default value is 0. Read/write Word.

Syntax

property StartCol: Word;

Example

This example sets the offset of the destination range.
DBGrid2Excel1.StartRow := 5;
DBGrid2Excel1.StartCol := 2;
Copyright © NikaSoft 2004-2012