|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.BIFF_Records.SheetStream
ActiveXLS.ExcelSheet
ActiveXLS.ExcelWorksheet
This class simulates a worksheet. Each worksheet contains a table, it has a title, and can be selected or protected.
Constructor Summary | |
ExcelWorksheet()
Defines an instance of the worksheet. |
|
ExcelWorksheet(System.String sheetName)
Defines an instance of the worksheet that has the worksheet name defined. |
Method Summary | |
int |
ArrayFormulasCount()
Returns the number of array formulas in the worksheet. |
int |
ChartCount()
Returns the number of charts in the worksheet. |
ExcelSheet |
Clone()
Creates and returns a copy of this object. |
int |
ConditionalFormattingCount()
Returns the number of conditional formatting ranges in the worksheet. |
int |
DataGroupCount()
Returns the number of data groups in the worksheet. |
int |
DataValidatorCount()
Returns the number of data validators in the worksheet. |
void |
Dispose()
Dispose any resources that it has allocated. |
void |
esd_addArrayFormula(int startRow,
int startColumn,
int endRow,
int endColumn,
System.String sFormula)
Adds an array formula at the specified range to worksheet. |
void |
esd_addArrayFormula(System.String s2DRangeReference,
System.String sFormula)
Adds an array formula at the specified range to worksheet. |
void |
esd_addChart(ExcelChart xlsChart)
Adds the specified chart to worksheet. |
void |
esd_addChart(ExcelChart xlsChart,
int row,
int column)
Adds a chart that has the specified location to worksheet. |
void |
esd_addChart(ExcelChart xlsChart,
int row,
int column,
int width,
int height)
Adds a chart that has the specified location and size to worksheet. |
void |
esd_addChart(ExcelChart xlsChart,
System.String position)
Adds a chart that has the specified location to worksheet. |
void |
esd_addChart(ExcelChart xlsChart,
System.String position,
int width,
int height)
Adds a chart that has the specified location and size to worksheet. |
void |
esd_addConditionalFormatting(ExcelConditionalFormatting xlsConditionalFormatting)
Adds the specified conditional formatting range to worksheet. |
void |
esd_addConditionalFormatting(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
List lstConditions)
Adds a conditional formatting at the specified range to worksheet. |
void |
esd_addConditionalFormatting(System.String range,
int nOperator,
System.String firstFormula,
System.String secondFormula)
Adds a conditional formatting having the specified range, operator and formula restrictions to worksheet. |
void |
esd_addConditionalFormatting(System.String range,
int nOperator,
System.String firstFormula,
System.String secondFormula,
bool isBold,
bool isItalic,
System.Drawing.Color foreground)
Adds a conditional formatting having the specified range, operator, formulas restrictions and font settings to worksheet. |
void |
esd_addConditionalFormatting(System.String range,
int nOperator,
System.String firstFormula,
System.String secondFormula,
bool isBold,
bool isItalic,
System.Drawing.Color foreground,
System.Drawing.Color background)
Adds a conditional formatting having the specified range, operator, formulas restrictions, font settings and background to worksheet. |
void |
esd_addConditionalFormatting(System.String range,
int nOperator,
System.String firstFormula,
System.String secondFormula,
System.Drawing.Color background)
Adds a conditional formatting having the specified range, operator, formulas restrictions and background to worksheet. |
void |
esd_addConditionalFormatting(System.String range,
List lstConditions)
Adds a conditional formatting at the specified range to worksheet. |
void |
esd_addDataGroup(ExcelDataGroup xlsGroup)
Adds the specified data group to worksheet. |
void |
esd_addDataGroup(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
int groupRowsColumns,
bool isCollapsed)
Adds a data group having the specified position, grouping per rows or colums and collapse option to worksheet. |
void |
esd_addDataGroup(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
int groupRowsColumns,
bool isCollapsed,
ExcelAutoFormat xlsAutoFormat)
Adds a data group having the specified position, grouping per rows or colums and collapse option to worksheet. |
void |
esd_addDataGroup(System.String range,
int groupRowsColumns,
bool isCollapsed)
Adds a data group having the specified position, grouping per rows or colums and collapse option to worksheet. |
void |
esd_addDataGroup(System.String range,
int groupRowsColumns,
bool isCollapsed,
ExcelAutoFormat xlsAutoFormat)
Adds a data group having the specified position, grouping per rows or colums and collapse option to worksheet. |
void |
esd_addDataValidator(ExcelDataValidator xlsValidator)
Adds the specified data validator to worksheet. |
void |
esd_addDataValidator(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
int validationType,
int operatorType,
System.String firstFormula,
System.String secondFormula)
Adds a data validator having the specified position, validation type, operator and formula restrictions to worksheet. |
void |
esd_addDataValidator(System.String range,
int validationType,
int operatorType,
System.String firstFormula,
System.String secondFormula)
Adds a data validator having the specified position, validation type, operator and formulas restrictions to worksheet. |
void |
esd_addFooter(ExcelFooter xlsFooter)
Adds the specified footer to worksheet. |
void |
esd_addFooter(System.String text,
System.String position)
Adds the footer having the specified text and position to worksheet. |
void |
esd_addFooter(System.String text,
System.String position,
System.String fontName,
int fontSize,
bool isBold,
bool isItalic)
Adds the footer having the specified text, position and font settings to worksheet. |
void |
esd_addHeader(ExcelHeader xlsHeader)
Adds the specified header to worksheet. |
void |
esd_addHeader(System.String text,
System.String position)
Adds the header having the specified text and position to worksheet. |
void |
esd_addHeader(System.String text,
System.String position,
System.String fontName,
int fontSize,
bool isBold,
bool isItalic)
Adds the header having the specified text, position and font settings to worksheet. |
void |
esd_addHyperlink(ExcelHyperlink xlsHyperlink)
Adds the specified hyperlink to worksheet. |
void |
esd_addHyperlink(System.String hyperlinkType,
System.String url,
System.String position)
Adds a hyperlink having the specified type, url and position to worksheet. |
void |
esd_addHyperlink(System.String hyperlinkType,
System.String url,
System.String tooltip,
System.String position)
Adds a hyperlink having the specified type, url, tooltip and position to worksheet. |
void |
esd_addImage(ExcelImage xlsImage)
Adds the specified image to worksheet. |
void |
esd_addImage(System.String path)
Adds an image that has the specified path to worksheet. |
void |
esd_addImage(System.String path,
int row,
int column)
Adds an image that has the specified path and location to worksheet. |
void |
esd_addImage(System.String path,
int row,
int column,
int width,
int height)
Adds an image that has the specified path, location and size to worksheet. |
void |
esd_addImage(System.String path,
System.String position)
Adds an image that has the specified path and location to worksheet. |
void |
esd_addImage(System.String path,
System.String position,
int width,
int height)
Adds an image that has the specified path, location and size to worksheet. |
void |
esd_addName(ExcelName xlsName)
Adds the specified name to worksheet. |
void |
esd_addName(System.String sNameText,
System.String sRefersTo)
Adds a name having the specified title and formula to worksheet. |
System.String |
esd_computeFormulas(ExcelDocument excel,
bool bRecalculate)
Calculates all formulas existing in the cells of this ExcelWorksheet |
ExcelArrayFormula |
esd_getArrayFormulaAt(int index)
Returns the array formula from the specified index. |
ExcelArrayFormula |
esd_getArrayFormulaAt(int nRow,
int nColumn)
Returns the array formula located at the specified row number and row column. |
ExcelArrayFormula |
esd_getArrayFormulaAt(System.String range)
Returns the array formula located at the specified range. |
ExcelChart |
esd_getChartAt(int index)
Returns the chart from the specified index. |
ExcelConditionalFormatting |
esd_getConditionalFormattingAt(int index)
Returns the conditional formatting range from the specified index. |
ExcelConditionalFormatting |
esd_getConditionalFormattingAt(System.String range)
Returns the conditional formatting from the specified range. |
ExcelDataGroup |
esd_getDataGroupAt(int index)
Returns the data group from the specified index. |
ExcelDataGroup |
esd_getDataGroupAt(System.String range)
Returns the data group from the specified range. |
ExcelDataValidator |
esd_getDataValidatorAt(int index)
Returns the data validator from the specified index. |
ExcelDataValidator |
esd_getDataValidatorAt(System.String range)
Returns the data validator from the specified range. |
ExcelTable |
esd_getExcelTable()
Returns the table of the worksheet. |
ExcelFooter |
esd_getFooterAt(int index)
Returns the footer from the specified index. |
ExcelFooter |
esd_getFooterAt(System.String position)
Returns the footer from the specified position. |
ExcelHeader |
esd_getHeaderAt(int index)
Returns the header from the specified index. |
ExcelHeader |
esd_getHeaderAt(System.String position)
Returns the header from the specified position. |
ExcelHyperlink |
esd_getHyperlinkAt(int index)
Returns the hyperlink from the specified index. |
ExcelHyperlink |
esd_getHyperlinkAt(int nRow,
int nColumn)
Returns the hyperlink at the specified row index and column index. |
ExcelHyperlink |
esd_getHyperlinkAt(System.String position)
Returns the hyperlink from the specified index. |
ExcelImage |
esd_getImage(System.String path)
Returns the image that has the specified path. |
ExcelImage |
esd_getImageAt(int index)
Returns the image from the specified index. |
ExcelName |
esd_getName(System.String sNameText)
Returns the name having the specified title. |
ExcelName |
esd_getNameAt(int index)
Returns the name from the specified index. |
ExcelPageSetup |
esd_getPageSetup()
Returns the page setup options for the worksheet. |
void |
esd_insertList(List list)
Inserts the data from the specified List object into this ExcelWorksheet starting from the first row and first column of the worksheet data table. |
void |
esd_insertList(List list,
ExcelAutoFormat xlsAutoFormat)
Inserts the data from the specified List object into this ExcelWorksheet starting from the first row and first column of the worksheet data table. |
void |
esd_insertList(List list,
int startRow,
int startCol)
Inserts the data from the specified List object into this ExcelWorksheet starting from the startRow row index and startCol column index. |
void |
esd_insertList(List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat)
Inserts the data from the specified List object into this ExcelWorksheet starting from the startRow row index and startCol column index. |
void |
esd_insertList(List list,
System.String startCellReference)
Inserts the data from the specified List object into this ExcelWorksheet starting with the specified cell. |
void |
esd_insertList(List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat)
Inserts the data from the specified List object into this ExcelWorksheet starting with the specified cell. |
void |
esd_insertDataSet(System.Data.DataSet rs,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting from first row and first column of the worksheet data table |
void |
esd_insertDataSet(System.Data.DataSet rs,
ExcelAutoFormat xlsAutoFormat,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting from first row and first column of the worksheet data table. |
void |
esd_insertDataSet(System.Data.DataSet rs,
int startRow,
int startCol,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting from the nStartRow row index and nStartCol column index |
void |
esd_insertDataSet(System.Data.DataSet rs,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting from the nStartRow row index and nStartCol column index |
void |
esd_insertDataSet(System.Data.DataSet rs,
System.String startCellReference,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting with the specified cell |
void |
esd_insertDataSet(System.Data.DataSet rs,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
bool includeColumnNames)
Inserts the data from the specified DataSet object into this ExcelWorksheet starting with the specified cell |
void |
esd_insertXMLFromFile(System.IO.Stream f)
Inserts the XML data from the specified stream into this ExcelWorksheet starting from first row and first column of the worksheet data table |
void |
esd_insertXMLFromFile(System.IO.Stream f,
int startRow,
int startCol)
Inserts the XML data from the specified stream into this ExcelWorksheet starting from the nStartRow row index and nStartCol column index |
void |
esd_insertXMLFromFile(System.IO.Stream f,
System.String startCellReference)
Inserts the XML data from the specified stream into this ExcelWorksheet starting with the specified cell |
void |
esd_insertXMLFromFile(System.String path)
Inserts the XML data from the specified XML file into this ExcelWorksheet starting from first row and first column of the worksheet data table |
void |
esd_insertXMLFromFile(System.String path,
int startRow,
int startCol)
Inserts the XML data from the specified XML file into this ExcelWorksheet starting from the nStartRow row index and nStartCol column index |
void |
esd_insertXMLFromFile(System.String path,
System.String startCellReference)
Inserts the XML data from the specified XML file into this ExcelWorksheet starting with the specified cell |
void |
esd_insertXMLFromString(System.String xml)
Inserts the XML data from the specified string into this ExcelWorksheet starting from first row and first column of the worksheet data table |
void |
esd_insertXMLFromString(System.String xml,
int startRow,
int startCol)
Inserts the XML data from the specified string into this ExcelWorksheet starting from the nStartRow row index and nStartCol column index |
void |
esd_insertXMLFromString(System.String xml,
System.String startCellReference)
Inserts the XML data from the specified XML file into this ExcelWorksheet starting with the specified cell |
void |
esd_removeArrayFormula(int index)
Removes the array formula from the specified index. |
void |
esd_removeArrayFormula(int startRow,
int startColumn,
int endRow,
int endColumn)
Removes the array formula located at the specified reference. |
void |
esd_removeArrayFormula(System.String s2DRangeReference)
Removes the array formula located at the specified reference. |
void |
esd_removeChart(int index)
Removes the chart from the specified index. |
void |
esd_removeConditionalFormatting(int index)
Removes the conditional formatting range from the specified index. |
void |
esd_removeConditionalFormatting(System.String range)
Removes the conditional formatting from the specified range. |
void |
esd_removeDataGroup(int index)
Removes the data group from the specified index. |
void |
esd_removeDataGroup(System.String range)
Removes the data group from the specified range. |
void |
esd_removeDataValidator(int index)
Removes the data validator from the specified index. |
void |
esd_removeDataValidator(System.String range)
Removes the data validator from the specified range. |
void |
esd_removeFooter(int index)
Removes the footer from the specified index. |
void |
esd_removeFooter(System.String position)
Removes the footer from the specified position. |
void |
esd_removeHeader(int index)
Removes the header from the specified index. |
void |
esd_removeHeader(System.String position)
Removes the header from the specified position. |
void |
esd_removeHyperlink(int index,
bool clearCellValue)
Removes the hyperlink from the specified index. |
void |
esd_removeHyperlink(System.String position,
bool clearCellValue)
Removes the hyperlink from the specified position. |
void |
esd_removeImage(int index)
Removes the image from the specified index. |
void |
esd_removeImage(System.String path)
Removes the image that has the specified path from the worksheet. |
void |
esd_removeName(int index)
Removes the name from the specified index. |
void |
esd_removeName(System.String sNameText)
Removes the name having the specified title. |
void |
esd_setExcelTable(ExcelTable xlsTable)
Sets the table of the worksheet. |
int |
FooterCount()
Returns the number of footers in the worksheet. |
int |
getColumnMaxOutlineLevel()
Returns the highest number of outline levels for columns in this sheet. |
int |
getRowMaxOutlineLevel()
Returns the highest number of outline levels for rows in this sheet. |
int |
HeaderCount()
Returns the number of headers in the worksheet. |
int |
HyperlinkCount()
Returns the number of hyperlinks in the worksheet. |
int |
ImageCount()
Returns the number of images in the worksheet. |
bool |
IsDataGroupAutomaticStyles()
Returns the automatic style option when grouping data. |
bool |
IsDataGroupSummaryColumnsRight()
Returns true if the summary columns to right of detail option is set when grouping data, false otherwise. |
bool |
IsDataGroupSummaryRowsBelow()
Returns true if the summary rows below detail option is set when grouping data, false otherwise. |
bool |
IsPageBreakPreview()
Returns the page break preview option of the worksheet. |
int |
NameCount()
Returns the number of names in the worksheet. |
void |
PopulateSheet()
Populates the BIFF list by the default BIFF records for a worksheet. |
void |
RestoreDefaults()
|
void |
setColumnMaxOutlineLevel(int nOutlineLevel)
Sets the the highest number of outline levels for columns in this sheet. |
void |
setDataGroupAutomaticStyles(bool isDataGroupAutomaticStyles)
Sets the automatic style option when grouping data. |
void |
setDataGroupSummaryColumnsRight(bool isDataGroupSummaryColumnsRight)
Sets the summary columns to right of detail option when grouping data. |
void |
setDataGroupSummaryRowsBelow(bool isDataGroupSummaryRowsBelow)
Sets the summary rows below detail option when grouping data. |
void |
setPageBreakPreview(bool isPageBreakPreview)
Sets the page break preview option for the worksheet. |
void |
setRowMaxOutlineLevel(int nOutlineLevel)
Sets the the highest number of outline levels for rows in this sheet. |
Constructor Detail |
public ExcelWorksheet()
public ExcelWorksheet(System.String sheetName)
sheetName
- the worksheet nameMethod Detail |
public void esd_addConditionalFormatting(ExcelConditionalFormatting xlsConditionalFormatting)
xlsConditionalFormatting
- the conditional formatting range to be addedConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(int firstRow, int firstColumn, int lastRow, int lastColumn, List lstConditions)
firstRow
- first row index of the cells rangefirstColumn
- first column index of the cells rangelastRow
- last row index of the cells rangelastColumn
- last column index of the cells rangelstConditions
- a list of ExcelCondition objectsConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(System.String range, List lstConditions)
range
- the area location of the conditional formatting. It can be a cell reference or a range.lstConditions
- a list of ExcelCondition objectsConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula)
range
- the area location of the conditional formatting. It can be a cell reference or a range.nOperator
- the conditional formatting operator. Possible values are available in ConditionalFormatting
class.firstFormula
- the conditional formatting first formulasecondFormula
- the conditional formatting second formulaConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula, bool isBold, bool isItalic, System.Drawing.Color foreground)
range
- the area location of the conditional formatting. It can be a cell reference or a range.nOperator
- the conditional formatting operator. Possible values are available in ConditionalFormatting
class.firstFormula
- the conditional formatting first formulasecondFormula
- the conditional formatting second formulaisBold
- the bold setting of the conditional formatting fontisItalic
- the italic setting of the conditional formatting fontforeground
- the foreground of the conditional formatting fontConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula, bool isBold, bool isItalic, System.Drawing.Color foreground, System.Drawing.Color background)
range
- the area location of the conditional formatting. It can be a cell reference or a range.nOperator
- the conditional formatting operator. Possible values are available in ConditionalFormatting
class.firstFormula
- the conditional formatting first formulasecondFormula
- the conditional formatting second formulaisBold
- the bold setting of the conditional formatting fontisItalic
- the italic setting of the conditional formatting fontforeground
- the foreground of the conditional formatting fontbackground
- the color of the conditional formatting backgroundConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_addConditionalFormatting(System.String range, int nOperator, System.String firstFormula, System.String secondFormula, System.Drawing.Color background)
range
- the area location of the conditional formatting. It can be a cell reference or a range.nOperator
- the conditional formatting operator. Possible values are available in ConditionalFormatting
class.firstFormula
- the conditional formatting first formulasecondFormula
- the conditional formatting second formulabackground
- the color of the conditional formatting backgroundConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public int ConditionalFormattingCount()
esd_addConditionalFormatting(ActiveXLS.ExcelConditionalFormatting)
,
esd_removeConditionalFormatting(int)
,
esd_getConditionalFormattingAt(int)
public void esd_removeConditionalFormatting(int index)
index
- the index of the conditional formatting to removeesd_addConditionalFormatting(ActiveXLS.ExcelConditionalFormatting)
,
ConditionalFormattingCount()
,
esd_getConditionalFormattingAt(int)
public void esd_removeConditionalFormatting(System.String range)
range
- the area location of the conditional formatting. It can be a cell reference or a range.esd_addConditionalFormatting(ActiveXLS.ExcelConditionalFormatting)
,
ConditionalFormattingCount()
,
esd_getConditionalFormattingAt(int)
public ExcelConditionalFormatting esd_getConditionalFormattingAt(int index)
index
- the index of the returned conditional formatting range
esd_addConditionalFormatting(ActiveXLS.ExcelConditionalFormatting)
,
ConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
public ExcelConditionalFormatting esd_getConditionalFormattingAt(System.String range)
range
- the area location of the conditional formatting. It can be a cell reference or a range.
esd_addConditionalFormatting(ActiveXLS.ExcelConditionalFormatting)
,
ConditionalFormattingCount()
,
esd_removeConditionalFormatting(int)
public void esd_setExcelTable(ExcelTable xlsTable)
xlsTable
- the table of the worksheetesd_getExcelTable()
public ExcelTable esd_getExcelTable()
esd_setExcelTable(ActiveXLS.ExcelTable)
public bool IsPageBreakPreview()
setPageBreakPreview(bool)
public void setPageBreakPreview(bool isPageBreakPreview)
isPageBreakPreview
- the page break preview option for the worksheetIsPageBreakPreview()
public void PopulateSheet()
public void esd_addImage(ExcelImage xlsImage)
xlsImage
- the image to be addedesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path)
path
- the file path to image fileesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, int row, int column)
path
- the file path to image filerow
- the row number where the left upper corner of the image is anchoredcolumn
- the column number where the left upper corner of the image is anchoredesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, int row, int column, int width, int height)
path
- the file path to image filerow
- the row number where the left upper corner of the image is anchoredcolumn
- the column number where the left upper corner of the image is anchoredwidth
- the image widthheight
- the image heightesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, System.String position)
path
- the file path to image fileposition
- the cell reference where the left upper corner of the image is anchoredesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, System.String position, int width, int height)
path
- the file path to image fileposition
- the cell reference where the left upper corner of the image is anchoredwidth
- the image widthheight
- the image heightesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_removeImage(int index)
index
- the index of the image to removeesd_addImage(ActiveXLS.ExcelImage)
,
esd_getImageAt(int)
,
ImageCount()
,
esd_removeImage(String)
public void esd_removeImage(System.String path)
path
- the file path to image fileesd_addImage(ActiveXLS.ExcelImage)
,
esd_getImageAt(int)
,
ImageCount()
,
esd_removeImage(int)
public ExcelImage esd_getImageAt(int index)
index
- the index of the image to return
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
ImageCount()
,
esd_getImage(String)
public ExcelImage esd_getImage(System.String path)
path
- the file path to image file
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
ImageCount()
,
esd_getImageAt(int)
public int ImageCount()
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
esd_getImageAt(int)
public System.String esd_computeFormulas(ExcelDocument excel, bool bRecalculate)
excel
- - the ExcelDocument which this ExcelWorksheet belongs tobRecalculate
- - a flag indicating if the cell formula should be recalculated. If the cell formula has never been calculated before, the formula will be processed even if the flag is false.
public void esd_insertDataSet(System.Data.DataSet rs, bool includeColumnNames)
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedincludeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertDataSet(System.Data.DataSet rs, ExcelAutoFormat xlsAutoFormat, bool includeColumnNames)
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedxlsAutoFormat
- the autoformat to be applied;includeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertDataSet(System.Data.DataSet rs, int startRow, int startCol, bool includeColumnNames)
nStartRow
row index and nStartCol
column index
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedstartRow
- the index of the row where the dataset data will be inserted fromstartCol
- the index of the column from where the dataset data will be inserted fromincludeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertDataSet(System.Data.DataSet rs, int startRow, int startCol, ExcelAutoFormat xlsAutoFormat, bool includeColumnNames)
nStartRow
row index and nStartCol
column index
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedstartRow
- the index of the row where the dataset data will be inserted fromstartCol
- the index of the column where the dataset data will be inserted fromxlsAutoFormat
- the autoformat to be appliedincludeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertDataSet(System.Data.DataSet rs, System.String startCellReference, bool includeColumnNames)
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedstartCellReference
- the cell where the DataSet values will be inserted fromincludeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertDataSet(System.Data.DataSet rs, System.String startCellReference, ExcelAutoFormat xlsAutoFormat, bool includeColumnNames)
rs
- the DataSet to be inserted; only the data from the first table of the DataSet will be insertedstartCellReference
- the cell from where the DataSet values will be insertedxlsAutoFormat
- the autoformat to be appliedincludeColumnNames
- true if the DataSet column names should be inserted false otherwise
System.Exception
public void esd_insertList(List list)
list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedesd_insertList(List, int, int)
,
esd_insertList(List, String)
public void esd_insertList(List list, ExcelAutoFormat xlsAutoFormat)
list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedxlsAutoFormat
- the autoformat to be appliedesd_insertList(List, int, int)
,
esd_insertList(List, String)
public void esd_insertList(List list, int startRow, int startCol)
startRow
row index and startCol
column index.
The list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedstartRow
- the index of the row where data will be inserted fromstartCol
- the index of the column where data will be inserted fromesd_insertList(List)
,
esd_insertList(List, String)
public void esd_insertList(List list, int startRow, int startCol, ExcelAutoFormat xlsAutoFormat)
startRow
row index and startCol
column index.
The list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedstartRow
- the index of the row where data will be inserted fromstartCol
- the index of the column where data will be inserted fromxlsAutoFormat
- the autoformat to be appliedesd_insertList(List)
,
esd_insertList(List, String)
public void esd_insertList(List list, System.String startCellReference)
list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedstartCellReference
- the cell where data will be inserted fromesd_insertList(List)
,
esd_insertList(List, int, int)
public void esd_insertList(List list, System.String startCellReference, ExcelAutoFormat xlsAutoFormat)
list
must be a list of rows, each row is an ActiveXLS.Util.List object and each row must contain the values.
list
- the List to be insertedstartCellReference
- the cell where data will be inserted fromxlsAutoFormat
- the autoformat to be appliedesd_insertList(List)
,
esd_insertList(List, int, int)
public void esd_insertXMLFromFile(System.String path)
path
- the path to the XML document.
System.Exception
public void esd_insertXMLFromFile(System.String path, int startRow, int startCol)
nStartRow
row index and nStartCol
column index
path
- the path to the XML document.startRow
- the index of the row that the XML data will be inserted fromstartCol
- the index of the column that the XML data will be inserted from
System.Exception
public void esd_insertXMLFromFile(System.String path, System.String startCellReference)
path
- the path to the XML document.startCellReference
- the cell where the XML data will be inserted from
System.Exception
public void esd_insertXMLFromFile(System.IO.Stream f)
f
- the stream that points to the XML document.
System.Exception
public void esd_insertXMLFromFile(System.IO.Stream f, int startRow, int startCol)
nStartRow
row index and nStartCol
column index
f
- the stream that points to the XML document.startRow
- the index of the row that the XML data will be inserted fromstartCol
- the index of the column that the XML data will be inserted from
System.Exception
public void esd_insertXMLFromFile(System.IO.Stream f, System.String startCellReference)
f
- the stream that points to the XML document.startCellReference
- the cell where the XML data will be inserted from
System.Exception
public void esd_insertXMLFromString(System.String xml)
xml
- the string in XML formatpublic void esd_insertXMLFromString(System.String xml, int startRow, int startCol)
nStartRow
row index and nStartCol
column index
xml
- the string in XML formatstartRow
- the index of the row that the XML data will be inserted fromstartCol
- the index of the column that the XML data will be inserted frompublic void esd_insertXMLFromString(System.String xml, System.String startCellReference)
xml
- the string in XML formatstartCellReference
- the cell from where the XML data will be insertedpublic void esd_addArrayFormula(System.String s2DRangeReference, System.String sFormula)
s2DRangeReference
- the area location of the array formula. It can only be a range of cells (e.g. A1:B2).sFormula
- the formula of the entered as an array; it should start with = (an equal sign) and it can be any kind of formula recognized by Excelesd_addArrayFormula(int,int,int,int,String)
public void esd_addArrayFormula(int startRow, int startColumn, int endRow, int endColumn, System.String sFormula)
startRow
- the first row of the range where the array formula is enteredstartColumn
- the first column of the range where the array formula is enteredendRow
- the last row of the range where the array formula is enteredendColumn
- the last column of the range where the array formula is enteredsFormula
- the formula of the entered as an array; it should start with = (an equal sign) and it can be any kind of formula recognized by Excelesd_addArrayFormula(String,String)
public int ArrayFormulasCount()
public void esd_removeArrayFormula(int index)
index
- the index of the array formula to removeesd_removeArrayFormula(String)
,
esd_removeArrayFormula(int, int, int, int)
public void esd_removeArrayFormula(System.String s2DRangeReference)
s2DRangeReference
- the location where the array formula is entered. It can only be a range of cells (e.g. A1:B2).esd_removeArrayFormula(int, int, int, int)
,
esd_removeArrayFormula(int)
public void esd_removeArrayFormula(int startRow, int startColumn, int endRow, int endColumn)
startRow
- the first row of the range where the array formula is enteredstartColumn
- the first column of the range where the array formula is enteredendRow
- the last row of the range where the array formula is enteredendColumn
- the last column of the range where the array formula is enteredesd_removeArrayFormula(int)
public ExcelArrayFormula esd_getArrayFormulaAt(int nRow, int nColumn)
nRow
- the row index of the cell that can be part of an array formulanColumn
- the column index of the cell that can be part of an array formula
public ExcelArrayFormula esd_getArrayFormulaAt(System.String range)
range
- the area location of the array formula. It can be a cell reference or a range.
public ExcelArrayFormula esd_getArrayFormulaAt(int index)
index
- the index of the array formula to return
public void esd_addName(ExcelName xlsName)
xlsName
- the name to be addedesd_addName(String,String)
,
esd_removeName(int)
,
esd_removeName(String)
,
esd_getNameAt(int)
,
esd_getName(System.String)
,
NameCount()
public void esd_addName(System.String sNameText, System.String sRefersTo)
sNameText
- the title of the namesRefersTo
- the formula of the name; should start with = (an equal sign) and can be any kind of formula recognized by Excelesd_addName(ExcelName)
,
esd_removeName(int)
,
esd_removeName(String)
,
esd_getNameAt(int)
,
esd_getName(System.String)
,
NameCount()
public void esd_removeName(int index)
index
- the index of the name to removeesd_addName(ExcelName)
,
esd_addName(String,String)
,
esd_removeName(String)
,
esd_getNameAt(int)
,
esd_getName(System.String)
,
NameCount()
public void esd_removeName(System.String sNameText)
sNameText
- the title of the nameesd_addName(ExcelName)
,
esd_addName(String,String)
,
esd_removeName(int)
,
esd_getNameAt(int)
,
esd_getName(System.String)
,
NameCount()
public ExcelName esd_getNameAt(int index)
index
- the index of the name to return
esd_addName(ExcelName)
,
esd_addName(String,String)
,
esd_removeName(int)
,
esd_removeName(String)
,
esd_getName(System.String)
,
NameCount()
public ExcelName esd_getName(System.String sNameText)
sNameText
- the title of the name
esd_addName(ExcelName)
,
esd_addName(String,String)
,
esd_removeName(int)
,
esd_removeName(String)
,
esd_getNameAt(int)
,
NameCount()
public int NameCount()
esd_addName(ExcelName)
,
esd_addName(String,String)
,
esd_removeName(int)
,
esd_removeName(String)
,
esd_getNameAt(int)
,
esd_getName(System.String)
,
NameCount()
public ExcelPageSetup esd_getPageSetup()
public void esd_addDataValidator(ExcelDataValidator xlsValidator)
xlsValidator
- the data validator to be addedesd_addDataValidator(String,int,int,String,String)
,
esd_addDataValidator(int,int,int,int,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
,
DataValidatorCount()
public void esd_addDataValidator(int firstRow, int firstColumn, int lastRow, int lastColumn, int validationType, int operatorType, System.String firstFormula, System.String secondFormula)
firstRow
- the first row of the cell range where the validation will be appliedfirstColumn
- the first column of the cell range where the validation will be appliedlastRow
- the last row of the cell range where the validation will be appliedlastColumn
- the last column of the cell range where the validation will be appliedoperatorType
- the operator type. Possible values are available in DataValidator
class.validationType
- the validation type. Possible values are available in DataValidator
class.firstFormula
- the expression of the first formulasecondFormula
- the expression of the second formulaesd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
,
DataValidatorCount()
public void esd_addDataValidator(System.String range, int validationType, int operatorType, System.String firstFormula, System.String secondFormula)
range
- the area location of the data validator. It can be a cell reference or a range.operatorType
- the operator type. Possible values are available in DataValidator
class.validationType
- the validation type. Possible values are available in DataValidator
class.firstFormula
- the expression of the first formulasecondFormula
- the expression of the second formulaesd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(int,int,int,int,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
,
DataValidatorCount()
public void esd_removeDataValidator(int index)
index
- the index of the data validator to removeesd_removeDataValidator(String)
,
esd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
,
DataValidatorCount()
public void esd_removeDataValidator(System.String range)
range
- the area location of the data validator. It can be a cell reference or a range.esd_removeDataValidator(int)
,
esd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
,
DataValidatorCount()
public ExcelDataValidator esd_getDataValidatorAt(int index)
index
- index of the data validator to return
esd_getDataValidatorAt(String)
,
esd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
DataValidatorCount()
public ExcelDataValidator esd_getDataValidatorAt(System.String range)
range
- the area location of the data validator. It can be a cell reference or a range.
esd_getDataValidatorAt(int)
,
esd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
DataValidatorCount()
public int DataValidatorCount()
esd_addDataValidator(ExcelDataValidator)
,
esd_addDataValidator(String,int,int,String,String)
,
esd_removeDataValidator(int)
,
esd_removeDataValidator(String)
,
esd_getDataValidatorAt(int)
,
esd_getDataValidatorAt(String)
public void esd_addHyperlink(ExcelHyperlink xlsHyperlink)
xlsHyperlink
- the hyperlink to be addedesd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public void esd_addHyperlink(System.String hyperlinkType, System.String url, System.String position)
hyperlinkType
- the hyperlink type. Possible values are available in HyperlinkType
class.url
- the URL valueposition
- the area location of the hyperlink. It can be a cell reference or a range.esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public void esd_addHyperlink(System.String hyperlinkType, System.String url, System.String tooltip, System.String position)
hyperlinkType
- the hyperlink type. Possible values are available in HyperlinkType
class.url
- the URL valuetooltip
- the tool tip textposition
- the area location of the hyperlink. It can be a cell reference or a range.esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public void esd_removeHyperlink(int index, bool clearCellValue)
index
- the index of the Hyperlink to removeclearCellValue
- true if it clears the cell value, false otherwiseesd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public void esd_removeHyperlink(System.String position, bool clearCellValue)
position
- the area location of the hyperlink. It can be a cell reference or a range.clearCellValue
- true if clears the cell value, false otherwiseesd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public ExcelHyperlink esd_getHyperlinkAt(int index)
index
- the index of the hyperlink to return
esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public ExcelHyperlink esd_getHyperlinkAt(System.String position)
position
- the area location of the hyperlink. It can be a cell reference or a range.
esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
HyperlinkCount()
public ExcelHyperlink esd_getHyperlinkAt(int nRow, int nColumn)
nRow
- the index of the rownColumn
- the index of the column
esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
,
HyperlinkCount()
public int HyperlinkCount()
esd_addHyperlink(ExcelHyperlink)
,
esd_addHyperlink(String,String,String)
,
esd_addHyperlink(String,String,String,String)
,
esd_removeHyperlink(int,bool)
,
esd_removeHyperlink(String,bool)
,
esd_getHyperlinkAt(int)
,
esd_getHyperlinkAt(String)
public void esd_addHeader(ExcelHeader xlsHeader)
xlsHeader
- the header to be addedesd_addHeader(String,String)
,
esd_addHeader(String,String,String,int,bool,bool)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
,
HeaderCount()
public void esd_addHeader(System.String text, System.String position)
text
- the text from the headerposition
- the position of the header. Possible values are available in Header
class.esd_addHeader(ExcelHeader)
,
esd_addHeader(String,String,String,int,bool,bool)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
,
HeaderCount()
public void esd_addHeader(System.String text, System.String position, System.String fontName, int fontSize, bool isBold, bool isItalic)
text
- the text from the headerposition
- the position of the header. Possible values are available in Header
class.fontName
- the font name of the headerfontSize
- the font size of the headerisBold
- the bold option of the headerisItalic
- the italic option of headeresd_addHeader(ExcelHeader)
,
esd_addHeader(String,String)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
,
HeaderCount()
public void esd_removeHeader(int index)
index
- the index of the header to removeesd_removeHeader(String)
,
esd_addHeader(ExcelHeader)
,
esd_addHeader(String,String)
,
esd_addHeader(String,String,String,int,bool,bool)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
,
HeaderCount()
public void esd_removeHeader(System.String position)
position
- the position of the header. Possible values are available in Header
class.esd_removeHeader(int)
,
esd_addHeader(ExcelHeader)
,
esd_addHeader(String,String)
,
esd_addHeader(String,String,String,int,bool,bool)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
,
HeaderCount()
public ExcelHeader esd_getHeaderAt(int index)
index
- the index of the header to return
esd_getHeaderAt(String)
,
esd_addHeader(ExcelHeader)
,
esd_addHeader(String,String)
,
esd_addHeader(String,String,String,int,bool,bool)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
esd_removeHeader(int)
,
HeaderCount()
public ExcelHeader esd_getHeaderAt(System.String position)
position
- the position of the header. Possible values are available in Header
class.
esd_getHeaderAt(int)
,
esd_addHeader(ExcelHeader)
,
esd_addHeader(String, String)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
HeaderCount()
public int HeaderCount()
esd_addHeader(ExcelHeader)
,
esd_addHeader(String, String)
,
esd_removeHeader(int)
,
esd_removeHeader(String)
,
esd_getHeaderAt(int)
,
esd_getHeaderAt(String)
public void esd_addFooter(ExcelFooter xlsFooter)
xlsFooter
- the footer to be addedesd_addFooter(String,String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
esd_getFooterAt(int)
,
esd_getFooterAt(String)
,
FooterCount()
public void esd_addFooter(System.String text, System.String position)
text
- the text from the footerposition
- the position of the footer. Possible values are available in Footer
class.esd_addFooter(ExcelFooter)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
esd_getFooterAt(int)
,
esd_getFooterAt(String)
,
FooterCount()
public void esd_addFooter(System.String text, System.String position, System.String fontName, int fontSize, bool isBold, bool isItalic)
text
- the text from the footerposition
- the position of the footer. Possible values are available in Footer
class.fontName
- the font name of the footerfontSize
- the font size of the footerisBold
- the bold option of the footerisItalic
- the italic option of footeresd_addFooter(ExcelFooter)
,
esd_addFooter(String,String)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
esd_getFooterAt(int)
,
esd_getFooterAt(String)
,
FooterCount()
public void esd_removeFooter(int index)
index
- the index of the footer to removeesd_removeFooter(String)
,
esd_addFooter(ExcelFooter)
,
esd_addFooter(String,String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_getFooterAt(int)
,
esd_getFooterAt(String)
,
FooterCount()
public void esd_removeFooter(System.String position)
position
- the position of the footer. Possible values are available in Footer
class.esd_removeFooter(int)
,
esd_addFooter(ExcelFooter)
,
esd_addFooter(String,String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_getFooterAt(int)
,
esd_getFooterAt(String)
,
FooterCount()
public ExcelFooter esd_getFooterAt(int index)
index
- the index of the footer to return
esd_getFooterAt(String)
,
esd_addFooter(ExcelFooter)
,
esd_addFooter(String,String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
FooterCount()
public ExcelFooter esd_getFooterAt(System.String position)
position
- the position of the footer. Possible values are available in Footer
class.
esd_getFooterAt(int)
,
esd_addFooter(ExcelFooter)
,
esd_addFooter(String, String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
FooterCount()
public int FooterCount()
esd_addFooter(ExcelFooter)
,
esd_addFooter(String,String)
,
esd_addFooter(String,String,String,int,bool,bool)
,
esd_removeFooter(int)
,
esd_removeFooter(String)
,
esd_getFooterAt(int)
public void esd_addChart(ExcelChart xlsChart)
xlsChart
- the chart to be addedesd_removeChart(int)
,
esd_getChartAt(int)
,
ChartCount()
public void esd_addChart(ExcelChart xlsChart, int row, int column)
xlsChart
- the chart to be addedrow
- the row number where the left upper corner of the chart is anchoredcolumn
- the column number where the left upper corner of the chart is anchoredesd_removeChart(int)
,
esd_getChartAt(int)
,
ChartCount()
public void esd_addChart(ExcelChart xlsChart, int row, int column, int width, int height)
xlsChart
- the chart to be addedrow
- the row number where the left upper corner of the chart is anchoredcolumn
- the column number where the left upper corner of the chart is anchoredwidth
- the chart widthheight
- the chart heightesd_removeChart(int)
,
esd_getChartAt(int)
,
ChartCount()
public void esd_addChart(ExcelChart xlsChart, System.String position)
xlsChart
- the chart to be addedposition
- the cell reference where the left upper corner of the chart is anchoredesd_removeChart(int)
,
esd_getChartAt(int)
,
ChartCount()
public void esd_addChart(ExcelChart xlsChart, System.String position, int width, int height)
xlsChart
- the chart to be addedposition
- the cell reference where the left upper corner of the chart is anchoredwidth
- the chart widthheight
- the chart heightesd_removeChart(int)
,
esd_getChartAt(int)
,
ChartCount()
public void esd_removeChart(int index)
index
- the index of the chart to removeesd_addChart(ActiveXLS.Charts.ExcelChart)
,
esd_getChartAt(int)
,
ChartCount()
public ExcelChart esd_getChartAt(int index)
index
- the index of the chart to return
esd_addChart(ActiveXLS.Charts.ExcelChart)
,
esd_removeChart(int)
,
ChartCount()
public int ChartCount()
esd_addChart(ActiveXLS.Charts.ExcelChart)
,
esd_removeChart(int)
,
esd_getChartAt(int)
public int getColumnMaxOutlineLevel()
public void setColumnMaxOutlineLevel(int nOutlineLevel)
nOutlineLevel
- the outline levelgetColumnMaxOutlineLevel()
public int getRowMaxOutlineLevel()
public void setRowMaxOutlineLevel(int nOutlineLevel)
nOutlineLevel
- the outline levelgetRowMaxOutlineLevel()
public bool IsDataGroupAutomaticStyles()
setDataGroupAutomaticStyles(bool)
public void setDataGroupAutomaticStyles(bool isDataGroupAutomaticStyles)
isDataGroupAutomaticStyles
- the automatic style option when grouping data.IsDataGroupAutomaticStyles()
public bool IsDataGroupSummaryRowsBelow()
setDataGroupSummaryRowsBelow(bool)
,
IsDataGroupSummaryColumnsRight()
public void setDataGroupSummaryRowsBelow(bool isDataGroupSummaryRowsBelow)
isDataGroupSummaryRowsBelow
- the summary rows below detail option when grouping data.IsDataGroupSummaryRowsBelow()
,
setDataGroupSummaryColumnsRight(bool)
public bool IsDataGroupSummaryColumnsRight()
setDataGroupSummaryColumnsRight(bool)
,
IsDataGroupSummaryRowsBelow()
public void setDataGroupSummaryColumnsRight(bool isDataGroupSummaryColumnsRight)
isDataGroupSummaryColumnsRight
- the summary columns to right of detail option when grouping data.IsDataGroupSummaryColumnsRight()
,
setDataGroupSummaryRowsBelow(bool)
public void esd_addDataGroup(ExcelDataGroup xlsGroup)
xlsGroup
- the data group to be addedesd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_addDataGroup(System.String range, int groupRowsColumns, bool isCollapsed)
range
- the area location of the data group. It can be a cell reference or a range.groupRowsColumns
- the grouping per rows or columns option. Possible values are available in DataGroup
class.isCollapsed
- true if the data group is collapsed, false if the data group is expandedesd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_addDataGroup(int firstRow, int firstColumn, int lastRow, int lastColumn, int groupRowsColumns, bool isCollapsed)
firstRow
- first row index of the cells rangefirstColumn
- first column index of the cells rangelastRow
- last row index of the cells rangelastColumn
- last column index of the cells rangegroupRowsColumns
- the grouping per rows or columns option. Possible values are available in DataGroup
class.isCollapsed
- true if the data group is collapsed, false if the data group is expandedesd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_addDataGroup(System.String range, int groupRowsColumns, bool isCollapsed, ExcelAutoFormat xlsAutoFormat)
range
- the area location of the data group. It can be a cell reference or a range.groupRowsColumns
- the grouping per rows or columns option. Possible values are available in DataGroup
class.isCollapsed
- true if the data group is collapsed, false if the data group is expandedxlsAutoFormat
- the autoformat to be appliedesd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_addDataGroup(int firstRow, int firstColumn, int lastRow, int lastColumn, int groupRowsColumns, bool isCollapsed, ExcelAutoFormat xlsAutoFormat)
firstRow
- first row index of the cells rangefirstColumn
- first column index of the cells rangelastRow
- last row index of the cells rangelastColumn
- last column index of the cells rangegroupRowsColumns
- the grouping per rows or columns option. Possible values are available in DataGroup
class.isCollapsed
- true if the data group is collapsed, false if the data group is expandedxlsAutoFormat
- the autoformat to be appliedesd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_removeDataGroup(int index)
index
- the index of the data group to removeesd_removeDataGroup(String)
,
esd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public void esd_removeDataGroup(System.String range)
range
- the area location of the data group. It can be a cell reference or a range.esd_removeDataGroup(int)
,
esd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
,
DataGroupCount()
public ExcelDataGroup esd_getDataGroupAt(int index)
index
- index of the data group to return
esd_getDataGroupAt(String)
,
esd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
DataGroupCount()
public ExcelDataGroup esd_getDataGroupAt(System.String range)
range
- the area location of the data group. It can be a cell reference or a range.
esd_getDataGroupAt(int)
,
esd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
DataGroupCount()
public int DataGroupCount()
esd_addDataGroup(ExcelDataGroup)
,
esd_addDataGroup(String, int, bool)
,
esd_addDataGroup(int, int, int, int, int, bool)
,
esd_addDataGroup(String, int, bool, ExcelAutoFormat)
,
esd_addDataGroup(int, int, int, int, int, bool, ExcelAutoFormat)
,
esd_removeDataGroup(int)
,
esd_removeDataGroup(String)
,
esd_getDataGroupAt(int)
,
esd_getDataGroupAt(String)
public void Dispose()
Dispose
in class ExcelSheet
public ExcelSheet Clone()
Clone
in class ExcelSheet
public void RestoreDefaults()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |