Table of Contents

Method SetRowSpan

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

SetRowSpan(AbstractControl, int)

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

public static void SetRowSpan(AbstractControl control, int value)

Parameters

control AbstractControl

The control for which to set the row span.

value int

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