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
Example
This example sets the offset of the destination range.
GridToXLS1.StartRow := 5;
GridToXLS1.StartCol := 2;