GridData.SetRowBackgroundColor

導入

v5.0

詳細

行の背景カラーを設定します。

C#構文

GridData.SetRowBackgroundColor( Int32 in_lRow, Color in_pColor );

スクリプト構文

GridData.SetRowBackgroundColor( RowIndex, Color );

パラメータ

パラメータ タイプ 説明
RowIndex Long または String 行のインデックス。一番上の行のインデックスが0 になります。
Color Color 行の背景のカラー

関連項目

GridWidget