BenSelect Documentation
IExcelFileConnection Interface
Members  See Also  Send Feedback
Selerix.Foundation.Data Namespace : IExcelFileConnection Interface
Excel File Connection

Syntax

JScript 
public interface IExcelFileConnection 

Public Properties

 NameDescription
 PropertyColCountReturns the number of columns.  
 PropertyColumnsGets the columns.  
 PropertyCountGets the count.  
 PropertyCurrentTableGets the current table.  
 PropertyErrantColumnNameGets or sets the errant column to check for a value.  
 PropertyFileNameGets the name of the file.  
 PropertyHasDuplicatesGets a value indicating whether this instance has duplicates.  
 PropertyHasHeaderGets a value indicating whether this instance has header.  
 PropertyHeaderRowGets the header row.  
 PropertyHightlightErrantRowGets or sets whether to hightlight errant rows.  
 PropertyImportTypeGets the type of the import.  
Top

Public Methods

 NameDescription
 MethodAddRowAdds the row.  
 MethodAutoFitColumnWidthAuto fit column with for the file.  
 MethodCellsGets the cell value directly, ignoring column headings.  
 MethodDeleteMarkedRowsDeletes the marked rows.  
 MethodDeleteSheetDeletes the sheet.  
 MethodGetCellValueAsDateOverloaded. Gets the cell value as date.  
 MethodGetCellValueAsDecimalOverloaded. Gets the cell value as decimal.  
 MethodGetCellValueAsIntOverloaded. Gets the cell value as int.  
 MethodGetCellValueAsStringOverloaded. Gets the cell value as string.  
 MethodGetNormolizedColumnsIndexesGets the normolized columns indexes.  
 MethodGetTablesGets the tables.  
 MethodMarkRowForDeletionMarks the row for deletion.  
 MethodSaveOverloaded. Saves this instance.  
 MethodSelectFirstSheetSelects the first sheet.  
 MethodSetCellValueOverloaded. Sets the cell value.  
 MethodSetCurrentTableSets the current table.  
 MethodUpdateSheetOverloaded. Updates the sheet.  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.