Column Class
Contents
[
Hide
]Column class
Represents a single column in a worksheet.
type Column struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetIndex | Gets the index of this column. |
GetWidth | Gets and sets the column width in unit of characters. |
SetWidth | Gets and sets the column width in unit of characters. |
GetGroupLevel | Gets the group level of the column. |
SetGroupLevel | Gets the group level of the column. |
IsHidden | Indicates whether the column is hidden. |
SetIsHidden | Indicates whether the column is hidden. |
GetHasCustomStyle | Indicates whether this column has custom style settings(different from the default one inherited from workbook). |
ApplyStyle | Applies formats for a whole column. |
GetStyle | Gets the style of this column. |
SetStyle | Sets the style of this column. |
IsCollapsed | whether the column is collapsed |
SetIsCollapsed | whether the column is collapsed |