Table of Contents

Method SetRowSpan

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetRowSpan(Control, int)

Sets a value that indicates the total number of rows that child content spans within a Grid.

public static void SetRowSpan(Control control, int value)

Parameters

control Control

The control for which to set the row span.

value int

The total number of rows that child content spans within a Grid.