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.
行(フレックスグリッド)に色を入れる方法はありますか? もしそうなら、どのように?
Dim i as Integer With myFlexGrid .Row = rowToChange For i = 0 to .Cols - 1 .Col = i .CellBackColor = vbColorValue Next i End With
これにより、myFlexGrid.Row で設定した行の行全体の色が変更されます。これは、固定として指定した行では機能しません。