Forum Discussion

crazycabo's avatar
14 years ago

How do I refer to object properties when testing their contents?

I am trying to test if a C1FlexGrid cell has its' Font.Bold property set to true or false. I can successfully use [object].C1FlexGrid.GetCellStyleDisplay(x,y) in order to assign the contents to an obj...