|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Namespaces that use List | |
ActiveXLS | |
ActiveXLS.Util |
Uses of List in ActiveXLS |
Methods in ActiveXLS that return List | |
List[] |
Formula.parse_formula(System.String sFormula,
int nInitialClass,
int nFormulaRow,
int nFormulaColumn,
bool bNameX,
bool bBIFF12)
Internal use only |
List |
ExcelTable.getHorizontalPageBreaks()
Returns a list with all horizontal page breaks |
List |
ExcelTable.getVerticalPageBreaks()
Returns a list with all vertical page breaks |
List |
ExcelDocument.esd_ReadTXTFile_AsList(System.String sPath,
System.String sRowDelimiter,
System.String sColumnDelimiter)
Reads the cell values from the specified TXT document Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadTXTFile_AsList(System.IO.Stream f,
System.String sRowDelimiter,
System.String sColumnDelimiter)
Reads the cell values from the specified TXT document Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadCSVFile_AsList(System.String sPath)
Reads the cell values from the specified CSV document Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadCSVFile_AsList(System.IO.Stream f)
Reads the cell values from the specified CSV document Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXMLSpreadsheet_AsList(System.String sPath,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel XML Spreadsheet into a DataSet object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXMLSpreadsheet_AsList(System.IO.Stream f,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel XML Spreadsheet into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(ExcelWorksheet xlsWorksheet,
System.String sRangeReference)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(System.String sheetName)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadExcelWorksheet_AsList(System.String sheetName,
System.String sRangeReference)
Reads the cell values from the specified ExcelWorksheet of the ActiveXLS ExcelDocument into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.String path,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.IO.Stream f,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.String path,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.IO.Stream f,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.String path,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSSheet_AsList(System.IO.Stream f,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 97-2003) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSActiveSheet_AsList(System.String sPath)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 97-2003) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSActiveSheet_AsList(System.IO.Stream f)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 97-2003) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.String path,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.IO.Stream f,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.String path,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.IO.Stream f,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.String path,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXSheet_AsList(System.IO.Stream f,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXActiveSheet_AsList(System.String sPath)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSXActiveSheet_AsList(System.IO.Stream f)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.String path,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.IO.Stream f,
System.String sheetName)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.String path,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.IO.Stream f,
System.String sheetName,
int startRow,
int startColumn,
int endRow,
int endColumn)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.String path,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBSheet_AsList(System.IO.Stream f,
System.String sheetName,
System.String rangeReference)
Reads the cell values from the specified worksheet of the Microsoft Excel document (Office 2007 file format) into a List object Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBActiveSheet_AsList(System.String sPath)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
List |
ExcelDocument.esd_ReadXLSBActiveSheet_AsList(System.IO.Stream f)
Reads the cell values from the current worksheet of the Microsoft Excel document (Office 2007 file format) Available for: Professional, Reader |
Methods in ActiveXLS with parameters of type List | |
void |
ExcelWorksheet.esd_addConditionalFormatting(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
List lstConditions)
Adds a conditional formatting at the specified range to worksheet. |
void |
ExcelWorksheet.esd_addConditionalFormatting(System.String range,
List lstConditions)
Adds a conditional formatting at the specified range to worksheet. |
void |
ExcelWorksheet.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 |
ExcelWorksheet.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 |
ExcelWorksheet.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 |
ExcelWorksheet.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 |
ExcelWorksheet.esd_insertList(List list,
System.String startCellReference)
Inserts the data from the specified List object into this ExcelWorksheet starting with the specified cell. |
void |
ExcelWorksheet.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 |
ExcelDocument.esd_WriteXLSFile_FromList(System.IO.Stream f,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSFile_FromList(System.IO.Stream f,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSFile_FromList(System.IO.Stream f,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSFile_FromList(System.String sPath,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSFile_FromList(System.String sPath,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSFile_FromList(System.String sPath,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 97-2003) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.IO.Stream f,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.IO.Stream f,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.IO.Stream f,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.String sPath,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.String sPath,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSXFile_FromList(System.String sPath,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.IO.Stream f,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.IO.Stream f,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.IO.Stream f,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.String sPath,
List list,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.String sPath,
List list,
System.String startCellReference,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
void |
ExcelDocument.esd_WriteXLSBFile_FromList(System.String sPath,
List list,
int startRow,
int startCol,
ExcelAutoFormat xlsAutoFormat,
System.String sSheetName)
Generates a Microsoft Excel document (Office 2007 file format) having one worksheet filled with the list data Available for: Professional, Writer, Express Writer |
Constructors in ActiveXLS with parameters of type List | |
ExcelConditionalFormatting(int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
List lstConditions)
Defines an instance of the conditional formatting having the specified range. |
|
ExcelConditionalFormatting(System.String range,
List lstConditions)
Defines an instance of the conditional formatting on the specified range. |
Uses of List in ActiveXLS.Util |
Methods in ActiveXLS.Util that return List | |
List |
List.Clone()
Creates a clone of this list |
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV NEXT | FRAMES NO FRAMES |