Beispiel #1
0
 public CellFormatting(string text, CellFormattingEnum value)
 {
     this.text  = text;
     this.value = value;
 }
 public CellFormatting(string text, CellFormattingEnum value)
 {
     this.text = text;
     this.value = value;
 }