Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the number of rows that a field spans in a GridLayout control.
Applies to
Field controls that are in a GridLayout control on a page.
Property Values
An integer that specifies the number of rows to span the field.
Remarks
When you set a field to span several rows, then the field occupies the cells in the rows below it and existing fields in the occupied cells are moved to the right. For example, the following illustration shows a GridLayout control that consists of four fields arranged in two rows.

If you set Field 1 to span two rows, then the following layout is displayed:

Important
The RowSpan property is not supported by the Microsoft Dynamics NAV Web client. If the page displays in the Microsoft Dynamics NAV Web client, then the property is ignored and the field will not span any rows.
See Also
How to: Arrange Fields in Rows and Columns Using the GridLayout Control