예제 #1
0
 public CellRangeAddressTreeNode(NPOI.SS.Util.CellRangeAddress record)
 {
     this.Record = record;
     this.Text = record.GetType().Name;
     this.ImageKey = "Binary";
 }