| 
ActiveXLS v6.4.0 API Documentation | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Namespaces that use ExcelStyle | |
| ActiveXLS | |
| ActiveXLS.Constants | |
| Uses of ExcelStyle in ActiveXLS | 
| Methods in ActiveXLS that return ExcelStyle | |
 ExcelStyle | 
ExcelStyle.Clone()
Creates and returns a copy of this object.  | 
 ExcelStyle | 
ExcelRow.getStyle()
Returns the style of the row.  | 
 ExcelStyle | 
ExcelColumn.getStyle()
Returns the style of the column.  | 
 ExcelStyle | 
ExcelCell.getStyle()
Returns the style of the cell.  | 
 ExcelStyle | 
ExcelAutoFormat.getTableStyle()
Returns the style applied to the table.  | 
 ExcelStyle | 
ExcelAutoFormat.getHeaderRowStyle()
Returns the style applied to the header row.  | 
 ExcelStyle | 
ExcelAutoFormat.getFooterRowStyle()
Returns the style applied to the footer row.  | 
 ExcelStyle | 
ExcelAutoFormat.getLeftColumnStyle()
Returns the style applied to the left column.  | 
 ExcelStyle | 
ExcelAutoFormat.getRightColumnStyle()
Returns the style applied to the right column.  | 
 ExcelStyle | 
ExcelAutoFormat.getTopLeftCellStyle()
Returns the style applied to the top left cell.  | 
 ExcelStyle | 
ExcelAutoFormat.getTopRightCellStyle()
Returns the style applied to the top right cell.  | 
 ExcelStyle | 
ExcelAutoFormat.getBottomLeftCellStyle()
Returns the style applied to the bottom left cell.  | 
 ExcelStyle | 
ExcelAutoFormat.getBottomRightCellStyle()
Returns the style applied to the bottom right cell.  | 
 ExcelStyle | 
ExcelAutoFormat.getEvenRowStripesStyle()
Returns the style applied to the even rows.  | 
 ExcelStyle | 
ExcelAutoFormat.getEvenColumnStripesStyle()
Returns the style applied to the even columns.  | 
 ExcelStyle | 
ExcelAutoFormat.getOddRowStripesStyle()
Returns the style applied to the odd rows.  | 
 ExcelStyle | 
ExcelAutoFormat.getOddColumnStripesStyle()
Returns the style applied to the odd columns.  | 
| Methods in ActiveXLS with parameters of type ExcelStyle | |
 void | 
ExcelTable.esd_setRangeStyle(int startRow,
                  int startColumn,
                  int endRow,
                  int endColumn,
                  ExcelStyle style)
Sets the specified style for the range limited by the rows and columns.  | 
 void | 
ExcelTable.esd_setRangeStyle(System.String range,
                  ExcelStyle style)
Sets the specified style for the range.  | 
 void | 
ExcelTable.esd_setRangeStyle(System.String startCellReference,
                  System.String endCellReference,
                  ExcelStyle style)
Sets the specified style for the range limited by the specified cell references.  | 
 bool | 
ExcelStyle.IsEqual(ExcelStyle xlsCompare)
Compares two styles.  | 
 void | 
ExcelRow.setStyle(ExcelStyle xlsStyle)
Sets the style of the row.  | 
 void | 
ExcelColumn.setStyle(ExcelStyle xlsStyle)
Sets the style of the column.  | 
 void | 
ExcelCell.setStyle(ExcelStyle xlsStyle)
Sets the style of the cell.  | 
 void | 
ExcelAutoFormat.setTableStyle(ExcelStyle xlsStyle)
Sets the style of the table.  | 
 void | 
ExcelAutoFormat.setHeaderRowStyle(ExcelStyle xlsStyle)
Sets the style of the header row.  | 
 void | 
ExcelAutoFormat.setFooterRowStyle(ExcelStyle xlsStyle)
Sets the style of the footer row.  | 
 void | 
ExcelAutoFormat.setLeftColumnStyle(ExcelStyle xlsStyle)
Sets the style of the left column.  | 
 void | 
ExcelAutoFormat.setRightColumnStyle(ExcelStyle xlsStyle)
Sets the style of the right column.  | 
 void | 
ExcelAutoFormat.setTopLeftCellStyle(ExcelStyle xlsStyle)
Sets the style of the top left cell.  | 
 void | 
ExcelAutoFormat.setTopRightCellStyle(ExcelStyle xlsStyle)
Sets the style of the top right cell.  | 
 void | 
ExcelAutoFormat.setBottomLeftCellStyle(ExcelStyle xlsStyle)
Sets the style of the bottom left cell.  | 
 void | 
ExcelAutoFormat.setBottomRightCellStyle(ExcelStyle xlsStyle)
Sets the style of the bottom right cell.  | 
 void | 
ExcelAutoFormat.setEvenRowStripesStyle(ExcelStyle xlsStyle)
Sets the style of the even rows.  | 
 void | 
ExcelAutoFormat.setEvenColumnStripesStyle(ExcelStyle xlsStyle)
Sets the style of the even columns.  | 
 void | 
ExcelAutoFormat.setOddRowStripesStyle(ExcelStyle xlsStyle)
Sets the style of the odd rows.  | 
 void | 
ExcelAutoFormat.setOddColumnStripesStyle(ExcelStyle xlsStyle)
Sets the style of the odd columns.  | 
| Constructors in ActiveXLS with parameters of type ExcelStyle | |
ExcelAutoFormat(ExcelStyle xlsStyleTable)
Defines a table autoformat that is initialized with a specific style.  | 
|
ExcelAutoFormat(ExcelStyle xlsStyleTable,
                ExcelStyle xlsStyleTableHeaderRow,
                ExcelStyle xlsStyleTableFooterRow)
Defines a table autoformat that is initialized with a specific style and has a specific header row and footer row style.  | 
|
ExcelAutoFormat(ExcelStyle xlsStyleEvenRowStripes,
                ExcelStyle xlsStyleOddRowStripes,
                ExcelStyle xlsStyleTableHeaderRow,
                ExcelStyle xlsStyleTableFooterRow)
Defines a table autoformat that is initialized with a specific striped style and has a specific header row and footer row style.  | 
|
| Uses of ExcelStyle in ActiveXLS.Constants | 
| Constants in ActiveXLS.Constants declared as ExcelStyle | |
const ExcelStyle | 
Styles.STYLE_DEFAULT
The default style for the columns and cells.  | 
const ExcelStyle | 
Styles.STYLE_SIMPLE_HEADER
The header style of the simple autoformat.  | 
const ExcelStyle | 
Styles.STYLE_SIMPLE_FOOTER
The footer style of the simple autoformat.  | 
const ExcelStyle | 
Styles.STYLE_CLASSIC1_HEADER
The header style of the Classic 1 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_CLASSIC2_HEADER
The header style of the Classic 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_CLASSIC3_HEADER
The header style of the Classic 3 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_CLASSIC3_FOOTER
The footer style of the Classic 3 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACCOUNTING2_HEADER
The header style of the Accounting 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACCOUNTING2_FOOTER
The footer style of the Accounting 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_LIST2_HEADER
The header style of the List 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_LIST2_FOOTER
The footer style of the List 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACTIVEXLS1_HEADER
The header style of the ActiveXLS 1 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACTIVEXLS1_FOOTER
The footer style of the ActiveXLS 1 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACTIVEXLS2_HEADER
The header style of the ActiveXLS 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACTIVEXLS2_FOOTER
The footer style of the ActiveXLS 2 autoformat.  | 
const ExcelStyle | 
Styles.STYLE_ACTIVEXLS_DATA
The cell style of the ActiveXLS 1,2,3 autoformats.  | 
  | 
Copyright 2009 On Time Computing Solutions | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||