FlexPivot for WinForms
GetCellStyle(Int32,String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellStyle メソッド : GetCellStyle(Int32,String) メソッド
Row index.
Column name.
Gets a custom CellStyle associated with a cell.
シンタックス
'宣言
 
Public Overloads Function GetCellStyle( _
   ByVal row As System.Integer, _
   ByVal colName As System.String _
) As CellStyle
public CellStyle GetCellStyle( 
   System.int row,
   System.string colName
)

パラメータ

row
Row index.
colName
Column name.

戻り値の型

CellStyle object associated with the cell, or null if the cell doesn't have a custom style.
解説
If the cell doesn't have a custom style, the grid paints it using one of the built-in styles. The built-in style is selected based on the cell position and state (fixed, scrollable, highlighted, etc). To retrieve the style that will be used to paint the cell (custom or built-in) use the GetCellStyleDisplay method.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧