OpenPetra
Free Administration Software for Non-Profits
Excel.cs File Reference

Classes

class  Ict.Common.IO.TExcel
 This contains some functions to write into Excel via remote calls constants from http:www.p6c.com/CommonTypelibs/O2000_EXCEL9.CSV More...
 

Namespaces

namespace  Ict
 
namespace  Ict.Common
 
namespace  Ict.Common.IO
 

Enumerations

enum  Ict.Common.IO.XlChartType {
  Ict.Common.IO.xl3DArea = -4098 , Ict.Common.IO.xl3DAreaStacked = 78 , Ict.Common.IO.xl3DAreaStacked100 = 79 , Ict.Common.IO.xl3DBarClustered = 60 ,
  Ict.Common.IO.xl3DBarStacked = 61 , Ict.Common.IO.xl3DBarStacked100 = 62 , Ict.Common.IO.xl3DColumn = -4100 , Ict.Common.IO.xl3DColumnClustered = 54 ,
  Ict.Common.IO.xl3DColumnStacked = 55 , Ict.Common.IO.xl3DColumnStacked100 = 56 , Ict.Common.IO.xl3DLine = -4101 , Ict.Common.IO.xl3DPie = -4102 ,
  Ict.Common.IO.xl3DPieExploded = 70 , Ict.Common.IO.xlArea = 1 , Ict.Common.IO.xlAreaStacked = 76 , Ict.Common.IO.xlAreaStacked100 = 77 ,
  Ict.Common.IO.xlBarClustered = 57 , Ict.Common.IO.xlBarOfPie = 71 , Ict.Common.IO.xlBarStacked = 58 , Ict.Common.IO.xlBarStacked100 = 59 ,
  Ict.Common.IO.xlBubble = 15 , Ict.Common.IO.xlBubble3DEffect = 87 , Ict.Common.IO.xlColumnClustered = 51 , Ict.Common.IO.xlColumnStacked = 52 ,
  Ict.Common.IO.xlColumnStacked100 = 53 , Ict.Common.IO.xlCloneBarClustered = 102 , Ict.Common.IO.xlCloneBarStacked = 103 , Ict.Common.IO.xlCloneBarStacked100 = 104 ,
  Ict.Common.IO.xlCloneCol = 105 , Ict.Common.IO.xlCloneColClustered = 99 , Ict.Common.IO.xlCloneColStacked = 100 , Ict.Common.IO.xlCloneColStacked100 = 101 ,
  Ict.Common.IO.xlCylinderBarClustered = 95 , Ict.Common.IO.xlCylinderBarStacked = 96 , Ict.Common.IO.xlCylinderBarStacked100 = 97 , Ict.Common.IO.xlCylinderCol = 98 ,
  Ict.Common.IO.xlCylinderColClustered = 92 , Ict.Common.IO.xlCylinderColStacked = 93 , Ict.Common.IO.xlCylinderColStacked100 = 94 , Ict.Common.IO.xlDoughnut = 4120 ,
  Ict.Common.IO.xlDoughnutExploded = 80 , Ict.Common.IO.xlLine = 4 , Ict.Common.IO.xlLineMarkers = 65 , Ict.Common.IO.xlLineMarkersStacked = 66 ,
  Ict.Common.IO.xlLineMarkersStacked100 = 67 , Ict.Common.IO.xlLineStacked = 63 , Ict.Common.IO.xlLineStacked100 = 64 , Ict.Common.IO.xlPie = 5 ,
  Ict.Common.IO.xlPieExploded = 69 , Ict.Common.IO.xlPieOfPie = 68 , Ict.Common.IO.xlPyramidBarClustered = 109 , Ict.Common.IO.xlPyramidBarStacked = 110 ,
  Ict.Common.IO.xlPyramidBarStacked100 = 111 , Ict.Common.IO.xlPyramidCol = 112 , Ict.Common.IO.xlPyramidColClustered = 106 , Ict.Common.IO.xlPyramidColStacked = 107 ,
  Ict.Common.IO.xlPyramidColStacked100 = 108 , Ict.Common.IO.xlRadar = -4151 , Ict.Common.IO.xlRadarFilled = 82 , Ict.Common.IO.xlRadarMarkers = 81 ,
  Ict.Common.IO.xlStockHLC = 88 , Ict.Common.IO.xlStockOHLC = 89 , Ict.Common.IO.xlStockVHLC = 90 , Ict.Common.IO.xlStockVOHLC = 91 ,
  Ict.Common.IO.xlSurface = 83 , Ict.Common.IO.xlSurfaceTopView = 85 , Ict.Common.IO.xlSurfaceTopViewWireframe = 86 , Ict.Common.IO.xlSurfaceWireframe = 84 ,
  Ict.Common.IO.xlXYScatter = -4169 , Ict.Common.IO.xlXYScatterLines = 74 , Ict.Common.IO.xlXYScatterLinesNoMarkers = 75 , Ict.Common.IO.xlXYScatterSmooth = 72 ,
  Ict.Common.IO.xlXYScatterSmoothNoMarkers = 73
}
 todoComment More...
 
enum  Ict.Common.IO.XlChartLocation { Ict.Common.IO.xlLocationAsNewSheet = 1 , Ict.Common.IO.xlLocationAsObject = 2 , Ict.Common.IO.xlLocationAutomatic = 3 }
 todoComment More...
 
enum  Ict.Common.IO.XlDataLabelsType {
  Ict.Common.IO.xlDataLabelsShowNone = -4142 , Ict.Common.IO.xlDataLabelsShowValue = 2 , Ict.Common.IO.xlDataLabelsShowPercent = 3 , Ict.Common.IO.xlDataLabelsShowLabel = 4 ,
  Ict.Common.IO.xlDataLabelsShowLabelAndPercent = 5 , Ict.Common.IO.xlDataLabelsShowBubbleSizes = 6
}
 todoComment More...