コード例 #1
0
 public XLPivotValue(string sourceName)
 {
     SourceName = sourceName;
     NumberFormat = new XLPivotValueFormat(this);
 }
コード例 #2
0
 public XLPivotValue(string sourceName)
 {
     SourceName   = sourceName;
     NumberFormat = new XLPivotValueFormat(this);
 }