GetComments
Get the comments in a column label.
string GetComments( )
The comments
EX1
// Assume a worksheet is active that has at least one column with comments void Column_GetComments_Ex1() { Worksheet wks; wks = Project.ActiveLayer(); string strComments = wks.Columns(0).GetComments(); printf("%s\n", strComments); }
Get the comments in a column label
Comments are the only labels that can be multiline
Column::SetComments, Column::GetExtendedLabel, Column::SetExtendedLabel
origin.h