예제 #1
0
 IAutoFilter ISheet.SetAutoFilter(SS.Util.CellRangeAddress range)
 {
     throw new System.NotImplementedException();
 }
예제 #2
0
 ICellRange <ICell> ISheet.SetArrayFormula(string formula, SS.Util.CellRangeAddress range)
 {
     throw new System.NotImplementedException();
 }
예제 #3
0
 bool ISheet.IsMergedRegion(SS.Util.CellRangeAddress mergedRegion)
 {
     throw new System.NotImplementedException();
 }
예제 #4
0
 int ISheet.AddMergedRegion(SS.Util.CellRangeAddress region)
 {
     throw new System.NotImplementedException();
 }