Exemple #1
0
 public int IndexOf(ExcelColumn column)
 {
     return(_list.IndexOf(column));
 }
Exemple #2
0
 /// <summary>
 /// 創建一個單元格對象
 /// </summary>
 public ExcelCell()
 {
     _value        = null;
     _owningRow    = null;
     _owningColumn = null;
 }