True DBGrid for WinForms
GetCellStyle(Int32,C1DisplayColumn,Boolean,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > View クラス : GetCellStyle(Int32,C1DisplayColumn,Boolean,Boolean) メソッド
Row index.
Split column.
Ignore selection style.
Ignore user custom style.
Returns a C1.Win.C1TrueDBGrid.Style that is applied to the specified cell.
シンタックス
'宣言
 
Public Function GetCellStyle( _
   ByVal row As System.Integer, _
   ByVal dc As C1DisplayColumn, _
   Optional ByVal ignoreSelection As System.Boolean, _
   Optional ByVal ignoreFetchRowStyle As System.Boolean _
) As Style
public Style GetCellStyle( 
   System.int row,
   C1DisplayColumn dc,
   System.bool ignoreSelection,
   System.bool ignoreFetchRowStyle
)

パラメータ

row
Row index.
dc
Split column.
ignoreSelection
Ignore selection style.
ignoreFetchRowStyle
Ignore user custom style.
解説
The returned value is a copy of actual C1.Win.C1TrueDBGrid.Style object and it cannot be changed in the event.
参照

View クラス
View メンバ