FlexPivot for WinForms
IsCellHighlighted メソッド (C1FlexGrid)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGrid クラス : IsCellHighlighted メソッド
Row index.
Column index.
Gets a value that determines if a cell is part of the selection and should be highlighted.
シンタックス
'宣言
 
Public Overrides Function IsCellHighlighted( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public override System.bool IsCellHighlighted( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.

戻り値の型

True if the cell should be highlighted, false otherwise.
参照

C1FlexGrid クラス
C1FlexGrid メンバ