HotXLS Docs

Row1 property

Gets or sets the 1-based start row index of the textbox anchor

Syntax

property Row1: Integer;

Example

This example sets the start row of the textbox

TextBox.Row1 := 2;