SetFormat
Set the Matrix data format. Only OKCOLTYPE_NUMERIC is supported at present time.
BOOL SetFormat( int nFormat )
TRUE, set the Matrix format successfully, FALSE, unsuccessful.
EX1
// Matrix must exist in project void MatrixObject_SetFormat_Ex1() { MatrixObject moMy(Project.MatrixPages(0).GetName(), 0); if ( moMy.SetFormat(OKCOLTYPE_NUMERIC) ) out_str("Format setting successfully!"); else out_str("Format setting error!"); }
Column::SetFormat, MatrixObject::GetFormat
origin.h