Exemplo n.º 1
0
 public bool ExcelStateFlagIsSet(ExcelCellState state)
 {
     return (_excelCellState & state) != 0;
 }
 public bool ExcelStateFlagIsSet(ExcelCellState state)
 {
     return((_excelCellState & state) != 0);
 }
Exemplo n.º 3
0
 public void SetExcelStateFlag(ExcelCellState state)
 {
     _excelCellState |= state;
 }
 public void SetExcelStateFlag(ExcelCellState state)
 {
     _excelCellState |= state;
 }