Forum Discussion

damodara_visist's avatar
damodara_visist
Occasional Contributor
9 years ago

Unable to read values from cells in the Chart Grid.


Hi,

We are trying to get the values from chat grid, we were unable to read the values.

Object of the grid is :

Sys.Process("ClientFrameWork").WinFormsObject("PrepareWorkpapersMain").WinFormsObject("FillPanel").WinFormsObject("TrialBalance2").WinFormsObject("TableLayoutPanel1").WinFormsObject("ChartGrid").Grouping("Data Area").Grouping("Scrolling Region")

Actually we read the values from the cells in the grid, could you please help out, which chat grid properties to read the cells values from grid.

 

Regards,

Damodar

8 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    Hi Damodar,

    What's the ClrFullClassName property value of the WinFormsObject("ChartGrid") object?

    • damodara_visist's avatar
      damodara_visist
      Occasional Contributor

      Hi Helen Kosova,

       

      Thanks for quick response, below is the  ClrFullClassName property value of the WinFormsObject("ChartGrid") object:

       

      MYOB.Workpapers.Application.PremierChartGrid

       

      Regards,

      Damodar

      • HKosova's avatar
        HKosova
        SmartBear Alumni (Retired)

        Could you please also post a screenshot of this grid in your app, and screenshots of the WinFormsObject("ChartGrid") object's properties in the Object Browser, specifically all .NET properties?