GetColumnWidth
Gets the width of a matrix column
double GetColumnWidth( )
Width of the column.
EX1
// Get the cell width of the first matrix in a project // Matrix must exist in the project void MatrixObject_GetColumnWidth_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject moMy(mp.GetName(), 0); if( moMy ) printf("the column witdh of %s is %f", mp.GetName(), moMy.GetColumnWidth()); }
MatrixObject::SetColumnWidth
origin.h