[]
Gets a value that determines if a cell belongs to a fixed row or column.
public virtual bool IsCellFixed(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
bool | True if the cell is fixed, false otherwise. |