FlexPivot for WinForms
GetCellStyleDisplay メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : GetCellStyleDisplay メソッド
Row index.
Column index
Gets the style used to render a cell.
シンタックス
'宣言
 
Public Function GetCellStyleDisplay( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As CellStyle
public CellStyle GetCellStyleDisplay( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index

戻り値の型

CellStyle object used to display the cell.
解説
The CellStyle object returned may be a composite with elements from several styles. For example, a cell with the focus is painted with a style that contains elements from the CellStyleCollection.Focus, a custom style associated with the cell, row, and column (if available), and the CellStyleCollection.Normal style.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ