|
FlexCel Studio for VCL/LCL
|
The methods of the TFlexCelImport class are listed here.
|
|
Name |
Description |
|
Adds a new font to the excel font list. If it already exists, it doesn't add a new one, so you can use this method for searching too. | |
|
Adds a new format to the global format list. | |
|
Adds a new hyperlink to the Active sheet. Use SetHyperLink to modify an existing one. | |
|
This is the overview for the AddPicture method overload. | |
|
Enters a Formula into a cell. | |
|
This is the overview for the AssignPicture method overload. | |
|
Changes the properties of an existing image. | |
|
This is the overview for the AutofitCol method overload. | |
|
This is the overview for the AutofitRow method overload. | |
|
Autofits all rhe rows on all sheets on a workbook that are set to autofit so they adapt their height to show all the text inside. Note that due to GDI+ / GDI incompatibilities, the heights calculated by FlexCel will not be exactly the same than the ones calculated by Excel. So when you open this workbook in Excel, Excel might re calculate the row heights to what it believe is best. You can change this behaviour specifying keepSizesAutomatic = false. | |
|
Internal use. | |
|
For using with CellMergedList on a loop: for i:=0 to CellMergedListCount-1 do CellMergedList[i]... | |
|
Clears an image on the active sheet. | |
|
Clears all data on the active sheet, but does not delete it. | |
|
Closes an open Excel Workbook. | |
|
This is the overview for the CopyToClipboard method overload. | |
|
This method has been deprecated. Use GetDefaultFormat instead. | |
|
Deletes a range of columns | |
|
Deletes the Horizontal page breaks at the specified row | |
|
Deletes an existing hyperlink. | |
|
Deletes an image on the active sheet. | |
|
Deletes a range of rows | |
|
Deletes the active sheet and SheetCount-1 sheets more to the right. | |
|
Deletes the Vertical page breaks at the specified column. | |
|
Splits a string containing an Excel header/footer into 3 members, the right middle and left parts. | |
|
Freezes the panes on the active sheet. | |
|
Returns the comment at cell (Row, Column) | |
|
Returns the default format for an empty cell. | |
|
Returns the Outline level for a column. | |
|
Returns the Excel standard format for an empty cell. | |
|
Returns the font definition for a given font index. (0 based) | |
|
Returns a TFlxFormat structure where you can read the borders/color/font/etc for an existing XF format index (0 based). | |
|
Returns the cell that is freezing the window. | |
|
Returns the hyperlink at position index on the list. | |
|
Returns the cell range a hyperlink refers to. | |
|
Retrieves an image from a sheet. | |
|
Returns the Outline level for a row. | |
|
Returns the horizontal and vertical offsets for the split windows. | |
|
Returns a list of the colors in the Excel palette that are actually used in your file. | |
|
GetWorkbook will return the internal XlsAdapter instance used by FlexCelImport. You should not use this value. | |
|
True if there is a page break at the specified row | |
|
True if there is a page break at the specified column | |
|
The count of hyperlinks on the active sheet. | |
|
Copies a range of columns aCount times, inserting it into a new location | |
|
Copies a range of rows aCount times, inserting it into a new location | |
|
Inserts and copies sheet "CopyFromShet", SheetCount times before InsertBeforeSheet. To insert empty sheets, set CopyFromSheet=0. | |
|
Inserts a number of empty sheets at the specified position. | |
|
Inserts an Horizontal Page Break at the specified row. | |
|
Inserts a Vertical Page Break at the specified column. | |
|
True when the row contains no cells. | |
|
True if a spreadsheet has been loaded. | |
|
This method is similar to OpenFile, but it reads a stream instead of a file. | |
|
This is the overview for the LoadFromTextStream method overload. | |
|
Merges multiple cells into one. | |
|
This is the overview for the NearestColorIndex method overload. | |
|
This method will create an empty Excel file, that you can fill with the API. | |
|
This opens an Excel file for reading/writing. If you are using a TemplateStore, the file will be read from there. | |
|
This is the overview for the OpenText method overload. | |
|
This method will paste data from the clipboard into a FlexCel sheet, beginning at the specified row and column. | |
|
This method saves the file with the specified filename on Excel format. | |
|
Saves the file as Text. | |
|
This method saves the file to the specified stream. | |
|
Saves the file as Text to a stream. | |
|
This is the overview for the SetCellComment method overload. | |
|
This is the overview for the SetCellString method overload. | |
|
Sets the Outline level for a column range. | |
|
Changes a font entry on the font list for the workbook. | |
|
Changes a style on the global list of styles on an Excel file. | |
|
Modifies an existing Hyperlink. | |
|
Changes the cells an hyperlink is linked to. | |
|
Modifies or adds a Named Range. If the named range exists, it will be modified, else it will be added. If the range is not user defined (like "Print_Range") it will have a one-char name, and the value is one of the constants: InternalNameRange_... Look at the example for more information. | |
|
Sets the Outline level for a row range. | |
|
This command is equivalent to Menu->Window->Split. | |
|
Unmerges the range of cells. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|