public bool ExcelStateFlagIsSet(ExcelCellState state) { return (_excelCellState & state) != 0; }
public bool ExcelStateFlagIsSet(ExcelCellState state) { return((_excelCellState & state) != 0); }
public void SetExcelStateFlag(ExcelCellState state) { _excelCellState |= state; }