Column Class

Column class

Represents a single column in a worksheet.


type Column struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIndexGets the index of this column.
GetWidthGets and sets the column width in unit of characters.
SetWidthGets and sets the column width in unit of characters.
GetGroupLevelGets the group level of the column.
SetGroupLevelGets the group level of the column.
IsHiddenIndicates whether the column is hidden.
SetIsHiddenIndicates whether the column is hidden.
GetHasCustomStyleIndicates whether this column has custom style settings(different from the default one inherited from workbook).
ApplyStyleApplies formats for a whole column.
GetStyleGets the style of this column.
SetStyleSets the style of this column.
IsCollapsedwhether the column is collapsed
SetIsCollapsedwhether the column is collapsed