SetComments
Set the comments in a column label.
BOOL SetComments( LPCSTR lpcszComments, BOOL bUndo = FALSE )
TRUE if OK, otherwise FALSE.
EX1
// Create a worksheet and add some Comments void Column_SetComments_Ex1() { Worksheet wks; wks.Create("Origin", CREATE_VISIBLE); wks.Columns(0).SetComments("Product Code\nColor"); wks.Columns(1).SetComments("HG42\nRed"); }
Sets the comments in a column label.
Comments are the only labels that can be multiline.
Column::GetComments, Column::GetExtendedLabel, Column::SetExtendedLabel
origin.h