Gets a value that determines if a cell belongs to a fixed row or column.
'宣言
Public Overridable Function IsCellFixed( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public virtual System.bool IsCellFixed(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the cell is fixed, false otherwise.