Gets a value that determines if a cell is a row header with selection in this row.
'宣言
Public Overrides Function IsCellSelectedRowHeader( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public override System.bool IsCellSelectedRowHeader(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the cell is a row header with selection in this row, false otherwise.