GridCell.RowSpan Property

Top 

Description

The number of rows below the cell's row that this cell encompasses, including the cell itself.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1

Valid Range:

GridCell.RowSpan ≥ 1

 

Syntax

myVariable1 = myGridCell1.RowSpan;

 

myGridCell1.RowSpan = myVariable1;

 

Example 1

 

See also

GridCell Object

GridWindow Guide