GrapeCity.Win.MultiRow Namespace : Column Class |
The following tables list the members exposed by Column.
Name | Description | |
---|---|---|
![]() | Bottom | Get the bottom of column. |
![]() | DefaultCellStyle | Gets or sets default styles used by all cells in the Column. |
![]() | Displayed | Gets or sets a value indicating whether the column is displayed on-screen. |
![]() | Frozen | Gets a value indicating whether the Column is frozen. |
![]() | GcMultiRow | Gets the GcMultiRow control associated with this column. |
![]() | Height | Gets or sets the height of the column. |
![]() | Index | Gets the index of the Column. |
![]() | IsCollapsed | Gets a value indicating whether the Column has been hidden by Collapse method. |
![]() | Left | Get the left of column. |
![]() | Name | Gets the name of the Column. |
![]() | Right | Get the right of column. |
![]() | Tag | Gets or sets the object that contains data about the column. |
![]() | Top | Get the top of column. |
![]() | Width | Gets or sets the width of the column. |
Name | Description | |
---|---|---|
![]() | Collapse | Collapses the Column horizontally. |
![]() | Expand | Expands the Column horizontally. |
![]() | HorizontalResize | Resizes column programmatically in horizontal direction. |
![]() | Invalidate | Invalidates the entire surface of the Column and causes the Column to be redrawn. |
![]() | PerformHorizontalAutoFit | Fits the column's size to its content in horizontal direction programmatically. |
![]() | PerformVerticalAutoFit | Fits the cell's size to its content in vertical direction programmatically. |
![]() | VerticalResize | Resizes column programmatically in vertical direction. |