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