Worksheet.SetIsReadonly

Worksheet.SetIsReadonly method

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

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

See Also