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
330
Accessing Column Properties in SwfTable
posted

I am trying to write a test to validate if specific column names (headers) exist or not.  I was hoping I could get the object.ColumnCount (which works) then iterate through each column index grabbing the Key property, something like the following:

oObject.GetNAProperty("DisplayLayout.Bands[0].Columns[1].Key")

I cannot get this line to work properly, it is failing, maybe it doesn't like my syntax.  I know the Bands is correct because I can pull property values that are a direct child of Bands[0], I just can't seem to get inside the Columns collection.

Thanks

Parents Reply Children
No Data