[]
Represents a column in the Sizer grid.
public class Column : Band
| Name | Description |
|---|---|
| Position | Gets or sets the position of the Column within the C1Sizer grid. |
| Size | Gets or sets the width of the Column in pixels. |
| SizePercent | Gets or sets the width of the Column as a percentage of the grid's width. |
| Name | Description |
|---|---|
| SetSize(int, bool) | Gets or sets the size of the Column as a percentage of the grid's width. |
| ToString() | Returns a string representation of the Column object. |