GridData.GetRowBackgroundColor

導入

v5.0

詳細

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

C#構文

Color GridData.GetRowBackgroundColor( Int32 in_lRow );

スクリプト構文

oReturn = GridData.GetRowBackgroundColor( RowIndex );

戻り値

行の背景の Color

パラメータ

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

関連項目

GridWidget