GetOutputComment
Gets the column comment when used within X-Function framework. Now only support vector and composite range type variable.
string GetOutputComment( )
EX1
// XFunction body void xfTest(const vector& vIn, vector& vOut) { string strComment = vOut.GetOutputComment(); strComment += "\r\n"; strComment += "Additional Comment"; vOut.SetOutputComment(strComment); }
vectorbase::SetOutputComment
origin.h