Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Setting properties for entire columns

Are there properties to set an entire column to be check boxes or to be right-aligned, or do I have to use Cell properties for those?

Comments

  • You can use the "All" keyword as an index. For example, you can set the alignment for all cells in column 2 like so:

    Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellAlignment[2; All]", "Center":@FM:"Center")
Sign In or Register to comment.