| | |
Constant | Description | Used by |
---|
mergeCellCenter | Merge cells in a Spreadsheet control: merge cells by centering the content.. | SpreadsheetMergeCell |
mergeCell | Spreadsheet control: merge cells without centering content. | SpreadsheetMergeCell |
psheetAlignmentH | Attribute to know/modify: Horizontal alignment | SpreadsheetStyleSelection |
psheetAlignmentV | Attribute to know/modify: Vertical alignment | SpreadsheetStyleSelection |
psheetFontAngle | Attribute to know/modify: Text rotation angle | SpreadsheetStyleSelection |
psheetStrikeOut | Attribute to know/modify: Strikethrough cell Text | SpreadsheetStyleSelection |
psheetLoadDefault | XLSX file loading mode: The XLSX file loaded in the Spreadsheet control is open for writing. | SpreadsheetLoad |
psheetLoadUnlinked | XLSX file loading mode: The XLSX file loaded in the Spreadsheet control is loaded into memory only.. The ".xlxs" file can be opened by another application. | SpreadsheetLoad |
psheetLoadKeepPassword | XLSX file loading mode: The password of the XLSX file loaded in the Spreadsheet control is stored in memory.. | SpreadsheetLoad |
psheetBackgroundColor | Attribute to know/modify: Text background color | SpreadsheetStyleSelection |
psheetTextColor | Attribute to know/modify: Text color | SpreadsheetStyleSelection |
psheetOverwriteAllowed | File save mode: If the XLSX file already exists and is not open (in the Spreadsheet control or another application), it is overwritten. | SpreadsheetSave |
psheetfFormula | Customize the formula bar: This field lets you enter the formula for the current cell in the Spreadsheet control. | SpreadsheetControlFormula |
psheetfSelection | Customize formula bar: The field displays the current selection (cell or cell range) in the Spreadsheet control. | SpreadsheetControlFormula |
psheetBold | Attribute to know/modify: Bold cell Text | SpreadsheetStyleSelection |
psheetTopLeft | The Spreadsheet control displays the specified cell in the upper-left corner of the control's visible area. | SpreadsheetPosition |
psheetSortInfoWithTitle | Information sought: Allows you to find out whether the selection sorted by the Spreadsheet control's FAA (Automatic Functionality of Your Applications) sorting function contains a title. | SpreadsheetGetSortInfo |
psheetInfoSortCriteria | Searched information: Shows the last sort criteria used to sort the Spreadsheet control. | SpreadsheetGetSortInfo |
psheetInfoSortSelection | Searched information: Allows you to find out which selection will be sorted by the Spreadsheet control's Automatic Application Functionality (AAF). | SpreadsheetGetSortInfo |
psheetItalic | Attribute to know/modify: Italic cell Text | SpreadsheetStyleSelection |
psheetFontName | Attribute to know/modify: Name of font used | SpreadsheetStyleSelection |
psheetSearchWithCase | Search option: Case-sensitive search. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchContain | Search option: "Contains" type search. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchInFormula | Search option: Search only in formulas. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchExact | Search option: Exact search. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchCurrentWorksheet | Search option: Search in current sheet. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchNoCase | Search option: Case-insensitive search. | SpreadsheetSeek, SpreadsheetReplace |
psheetSearchAnyWorksheet | Search option: Search in all sheets of the workbook. | SpreadsheetSeek, SpreadsheetReplace |
psheetAutomaticLineWrap | Attribute to know/modify: Automatic line feed-back management. | SpreadsheetStyleSelection |
psheetSelMultiCell | Selection type: Several boxes are selected. | psheetSelection variable |
psheetSelMultiHeader | Selection type: Several headers are selected. | psheetSelection variable |
psheetSelRectCell | Selection type: several boxes are selected and form a rectangle. | psheetSelection variable |
psheetSelSimpleCell | Selection type: A single box is selected. | psheetSelection variable |
psheetSelSimpleHeader | Selection type: A single header is selected. | psheetSelection variable |
psheetSelAll | Selection type: The entire sheet is selected. | psheetSelection variable |
psheetSelEmpty | Selection type: No selection. | psheetSelection variable |
psheetUnderlined | Attribute to know/modify: Underlined cell Text | SpreadsheetStyleSelection |
psheetFontSize | Attribute to know/modify: Font size | SpreadsheetStyleSelection |
psheetVisible | The specified cell is visible in the Spreadsheet control. If the specified cell is already visible, the Spreadsheet control does not change. | SpreadsheetPosition |