Name | Description | |
---|---|---|
ActiveSheet | The Sheet where we are working on, 1-based(First sheet is 1, not 0). Always set this property before working on a file. You can read or write this value. | |
ActiveSheetName | The sheet where we are working on, referred by name instead of by index. | |
ColCount | Number of columns actually used on the active sheet. | |
RowCount | Number of rows actually used on the sheet. | |
SheetCount | Gets the sheet count. |
Name | Description | |
---|---|---|
AutofitCol | Autofits a range of columns so they adapt their width to show all the text inside. | |
AutofitRow | Autofits a range of rows so they adapt their height to show all the text inside. Note that due to GDI+ / GDI incompatibilities, the height calculated by FlexCel will not be exactly the same than the one calculated by Excel. So when you open this workbook in Excel, Excel will re calculate the row heights to what it believes is best. You can change this behavior specifying keepHeightAutomatic = false. | |
DeleteRange | Overloaded. Deletes a range of cells, and moves all cells below up or all cells to the right left, depending on the insert mode. | |
DeleteSheet | Deletes the active sheet and aSheetCount-1 sheets more to the right. It will change all formula references to those sheets to invalid. | |
FreezePanes | Overloaded. This command is equivalent to Menu->Window->Freeze Panes. It will freeze the rows and columns above and to the left from cell. Note that because Excel works this way, when you SplitWindow the panes are suppressed and vice-versa | |
GetBorderStyle | Gets the border style. | |
GetCellFormat | Gets the cell format. | |
GetCellValue | Gets the cell value. | |
GetColorFromArgb | Gets the color from ARGB. | |
GetDefaultFormat | Returns standard format for an empty cell. (NORMAL format) | |
GetFormatBorderColor | Gets border's color format. | |
GetFormatBorderStyle | Gets border's style format. | |
GetFormatFillPatternBackgroundColor | Gets format fill pattern background color. | |
GetFormatFillPatternForegroundColor | Gets format fill pattern foreground color. | |
GetFormatFillPatternStyle | Gets format fill pattern style. | |
GetHorizontalAlignment | Gets the horizontal alignment. | |
GetPatternStyle | Gets the pattern style. | |
GetRowFormat | Gets the row format. | |
GetVerticalAlignment | Gets the vertical alignment. | |
InsertAndCopySheets | Inserts and copies sheet "CopyFrom", SheetCount times before InsertBefore. To insert empty sheets, set CopyFrom = 0 | |
InsertOrCopyRange | Overloaded. Insert or copy range. | |
MergeCells | Merges a number of cells into one. | |
SetAutoFilter | Overloaded. Sets the automatic filter for a range of columns, on the first row. | |
SetCellFormat | Sets the Cell format (XF) on a range of cells. You can find formats using the ETI.Report.ExcelHelper.GetCellFormat((System.Int32,System.Int32) function. | |
SetCellValue | Overloaded. Sets the cell value. | |
SetColFormat | Sets the format for an entire column. | |
SetColHidden | Hides or shows an specific column. | |
SetColWidth | Sets the width of the column | |
SetFormatBorderColor | Sets border's color format. | |
SetFormatBorderStyle | Sets border's style format. | |
SetFormatFillPatternBackgroundColor | Sets format fill pattern background color. | |
SetFormatFillPatternForegroundColor | Sets format fill pattern foreground color. | |
SetFormatFillPatternStyle | Sets format fill pattern style. | |
SetRowFormat | Sets the XF format for the entire row. | |
SetRowHeight | Sets the height of the row. | |
SetRowHidden | Hides or shows an specific row. | |
SplitWindow | This command is equivalent to Menu->Window->Split. It will split the window in 4 regions. Note that because Excel works this way, when you FreezePanes(String) the windows are unsplitted and vice-versa | |
UnMergeCells | Unmerges the range of cells. The coordinates have to be exact, if there is no merged cell with the exact coordinates, nothing will be done. |
System.Object
ETI.Report.ExcelHelper
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