====== COLLABEL message ====== ==== Description ==== Set or retrieve the column labels in an edit table control. ==== Applies To ==== Edit table. ==== Syntax ==== //labels// = **Send_Message**(//controlID//, "**COLLABEL**", //columnno//, //newvalue//) ==== Parameters ==== Parameters are as follows. ^Parameter^Description^ |//Columnno//|Column position, beginning from 1. Use 0 to specify all columns.| |//Newvalue//|If //columnno// > 0, //newvalue// indicates the new label for the column.\\ \\ If //columnno// is 0, passes an @FM-delimited array of column labels to replace existing labels. Pass null, to leave labels intact.| ==== Return value ==== Label of the specified column(s) (if multiple columns, in an @FM-delimited array). ==== See Also ==== [[autosizecol|AUTOSIZECOL property]], [[coldata|COLDATA property]], [[colwidth_message|COLWIDTH message]], [[colstyle_message|COLSTYLE message]]