mshflexgrids - setting the number of cols

Mar 7 2004 3:59 AM
Does anyone know how to set the number columns via code of an MSHFlexgrid in C#? setting the number of rows seems straight forward. [code] myMSHFlex.Rows = 10 //myMSHFlex.Cols ???? [/code]