GridWorksheet.SetIsReadonly

GridWorksheet.SetIsReadonly method

Sets whether the cell is readonly.this is an extended attribute of GridWeb ,it will not keep in actual excel file

public void SetIsReadonly(int row, int col, bool value)

See Also