Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Accessing column names
posted

Version  .... CLR 2 2006 vol2

 I can access cell data in the table as in the following code but I'm not sure how to access grab the column names.

For  i  =  1 To  CountColumns
 Col = SwfWindow("CaridianBCT Service Maintenanc").SwfTable("machineHistoryGrid").GetCellData(3, i)

 

Richard