예제 #1
0
 public bool ExcelStateFlagIsSet(ExcelCellState state)
 {
     return (_excelCellState & state) != 0;
 }
 public bool ExcelStateFlagIsSet(ExcelCellState state)
 {
     return((_excelCellState & state) != 0);
 }
예제 #3
0
 public void SetExcelStateFlag(ExcelCellState state)
 {
     _excelCellState |= state;
 }
 public void SetExcelStateFlag(ExcelCellState state)
 {
     _excelCellState |= state;
 }