GridWindow.SetRowHeight(Variable, Variable, Variable) Method

Top 

Description

Sets the height for the specified row to the value of the height argument.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GridWindow.SetRowHeight(

Variable row,


Variable height,


Variable heightType)

 

 

Arguments

row


Description:

The row index used to specify the row that will be changing height.

Valid Range:

row ≥ 0

 

 

height


Description:

The height measurement in heightType units that will be given to the row.

Valid Range:

height ≥ 1

 

 

heightType


Description:

Type of height to apply.

Valid Values:

Value

Label

0

Lines

1

Pixels

 

 

 

 

Syntax

myGridWindow1.SetRowHeight(myVariable1, myVariable2, myVariable3);

 

 

See also

GridWindow Object

GridWindow Guide