[]
Represents the column header of a worksheet.
public interface IColumnHeader
Public Interface IColumnHeader
| Name | Description |
|---|---|
| Cells | Gets an IRange object which represents the entire column header cells (not just the cells that are currently in use). |
| ColumnCount | Gets the column count of the column header. |
| RowCount | Gets or sets the row count of the column header. |
| Visible | Gets or sets whether the column header is visible. |