[]
Represents the information for a column (not including the value or style information).
public class ColumnClipInfo
Public Class ColumnClipInfo
| Name | Description |
|---|---|
| ColumnClipInfo() | Creates a new a set of column information (ColumnClipInfo object). |
| Name | Description |
|---|---|
| AllowAutoFilter | Gets or sets whether the column allows automatic filtering. |
| AllowAutoSort | Gets or sets whether the column allows automatic sorting. |
| AutoFilterIndex | Gets or sets the column header row index of the automatic filter indicator. |
| AutoSortIndex | Gets or sets the column header row index of the automatic sort indicator. |
| Collapsed | Gets or sets whether the column is collapsed. |
| DataField | Gets or sets the name of the data field. |
| ListBehavior | Gets or sets what the row filter behavior is. |
| MergePolicy | Gets or sets the whether to automatically merge adjacent identical cells in this column. |
| PageBreak | Gets or sets whether a page break is inserted before this column when printing. |
| Resizable | Gets or sets whether this column can be resized. |
| SheetName | Gets or sets the name of the sheet. |
| ShowSortIndicator | Gets or sets whether the column shows a sort indicator when automatically sorted. |
| SortIndicator | Gets or sets the sort indicator of this column. |
| Visible | Gets or sets whether the column is visible. |
| Width | Gets or sets the width of cells in this column. |