Example #1
0
 public StyleComparer(Action <object> checker, CellStyle style)
 {
     this.Checker = checker;
     this.Style   = style;
 }