Method GetColumnSpan
GetColumnSpan(AbstractControl)
Gets a value that indicates the total number of columns that child content spans within a Grid.
public static int GetColumnSpan(AbstractControl control)
Parameters
control
AbstractControlThe control for which to get the column span.