-
Notifications
You must be signed in to change notification settings - Fork 2
API TableLocation
Thomas Baker edited this page Jul 5, 2021
·
1 revision
public class TableLocationpublic TableLocation(int column, int row, Control control)- public class Control : Component
public TableLocation(int column, int row, int columnSpan, int rowSpan, Control control)- public class Control : Component
public int Column { get; }public int ColumnSpan { get; }public Control Control { get; }- public class Control : Component
public bool HasSpans { get; }public int Row { get; }public int RowSpan { get; }