|
| BSTR | readString (LONG lRow, LONG lCol) |
| | Return a string with the value of cell. More...
|
| |
| void | writeString (LONG lRow, LONG lColumn, BSTR strValue) |
| | Write the string in the indicated cell. More...
|
| |
| LONG | firstRow () |
| | Get the first row in sheet. More...
|
| |
| LONG | lastRow () |
| | Get the last row in sheet. More...
|
| |
| LONG | firstColumn () |
| | Get the first column in sheet. More...
|
| |
| LONG | lastColumn () |
| | Get the last column in sheet. More...
|
| |
| LONG | firstFilledColumn () |
| | Get the first column filled in sheet. More...
|
| |
| LONG | lastFilledColumn () |
| | Get the last row filled in the sheet. More...
|
| |
| LONG | firstFilledRow () |
| | Get the first row filled in the sheet. More...
|
| |
| LONG | lastFilledRow () |
| | Get the last row filled in the sheet. More...
|
| |
| DOUBLE | columnWidth (LONG lColumn, EwErrorCode *errorCode) |
| | Get the width of a column. More...
|
| |
| DOUBLE | rowHeight (LONG lRow, EwErrorCode *errorCode) |
| | Get the height of a row. More...
|
| |
| LONG | columnWidthInPixels (LONG lColumn, EwErrorCode *errorCode) |
| | Get the width of the column. More...
|
| |
| LONG | rowHeightInPixels (LONG lRow, EwErrorCode *errorCode) |
| | Get the height of the row. More...
|
| |
| BSTR | font (LONG lRow, LONG lColumn, EwErrorCode *errorCode) |
| | Get the font used in a cell. More...
|
| |
| VARIANT_BOOL | isBold (LONG lRow, LONG lColumn, EwErrorCode *errorCode) |
| | Return true if the bold is used in the cell. More...
|
| |
| VARIANT_BOOL | isItalic (LONG lRow, LONG lColumn, EwErrorCode *errorCode) |
| | Return true if italic is used in the cell. More...
|
| |
| VARIANT_BOOL | isUnderline (LONG lRow, LONG lColumn, EwErrorCode *errorCode) |
| | Return true if underline is used in the cell. More...
|
| |
| LONG | textHeight (LONG lRow, LONG lColumn, EwErrorCode *errorCode) |
| | Get the height of text in cell. More...
|
| |
Use this to manage an excel sheet.
- Since
- 2018 Beta3