Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将颜色放在行中(flexgrids)?如果是这样,怎么做?
Dim i as Integer With myFlexGrid .Row = rowToChange For i = 0 to .Cols - 1 .Col = i .CellBackColor = vbColorValue Next i End With
这将更改您使用 myFlexGrid.Row 设置的任何行的整行颜色。这不适用于您指定为固定的行。