Patrice
14 years agoContributor
MSFlexGridWndClass: How to select Cells or Rows
Hi,
I have lots of MSFlexGridWndClass Controls in my application and so far i have been able to:
I have lots of MSFlexGridWndClass Controls in my application and so far i have been able to:
'Get number of rows
MyRows = MyMSFlexGridWndClass.rows
'Get number of cols
MyCols = MyMSFlexGridWndClass.cols
'Get Data in Cell
MyCell = MyMSFlexGridWndClass.TextMatrix(x,x)
BUT i dont know how to:
- Select a cell, cells
- Select a row, rows
Thanks for your help,
Patrice