| Namespace | GEETMultiSheet |
|
Class/Module Name
|
| ExcelColumn |
This Class defines a single Excel Column.
|
|
Structures |
| ExcelColumns |
This Class defines the columns' List the Excel Sheet is made of.
|
|
Constructors |
| #ctor |
|
The Excel Sheet constructor
|
| #ctor |
|
Defines a new Excel Column
|
| #ctor(System.String,GEETMultiSheet.RowFunctions,System.Int32,System.Int32) |
|
defines a new computed column
|
| #ctor(System.String,System.Int32,GEETMultiSheet.ColumnTypes,GEETMultiSheet.ColumnFunctions) |
|
Defines as new column based on data
|
| #ctor(System.String,System.String,GEETMultiSheet.ColumnTypes,GEETMultiSheet.ColumnFunctions) |
|
Defines as new column based on data
|
|
Properties
|
| ApplyDefaultFormat |
Get/Set whether or not the column will use the default style.
|
| CharDataType |
Can the value be exported to Excel. Don't set it. It will be set by the program.
|
| ColumnFunction |
The optional row function to be computed on the row (may be only blank or PercOnTotal or PercOnCol")
|
| ColumnHeader |
The column Header of the Excel Sheet
|
| ColumnStyle |
Get/Set the default style for the Excel Column.
|
| ColumnType |
Get/set the ColumnType for the column.
|
| dataformatstring |
Number of decimal digits to display (between 0 and 8 |
| DecimalDigits |
Get/set the number of decimal digits to be displayed in the Excel Sheet.
|
| FieldIndex |
Get/set the index of the column to read the data from.
|
| FieldName |
Get/set the field name to read the data from.
|
| InternalColumnStyle |
The internal Excel Sheet Style associated to the data columns
|
| InternalSummaryColumnStyle |
The internal Excel Sheet Style associated to the summary line of the column
|
| Item(System.Int32) |
Get an ExcelColumn definition by means of its index.
|
| PercCol1 |
Column index (starting from 1) to retrieve the Percentage Numerator from
|
| PercCol2 |
Column index (starting from 1) to retrieve the Percentage Denominator from
|
| RowFunction |
Get/Set the rowfunction to be performed by the column,
|
| ThousandSeparator |
Get/Set this property to display the thousand separator.
|
| URLField |
Get/Set the datasource column name to feed the URL from.
|
|
Methods
|
| InsertColumnAfter(System.Int32,GEETMultiSheet.ExcelColumn) |
Insert a Column after another one.
|
| InsertColumnBefore(System.Int32,GEETMultiSheet.ExcelColumn) |
Insert a Column after another one.
|