The methods of the CXlFuncs class are listed here.
Date & Time Functions
![public method](pubmethod.gif) Date | Returns the serial number of a particular date |
![public method](pubmethod.gif) DateValue | Returns the serial number of the date represented by date_text |
![public method](pubmethod.gif) Day | Returns the day of the month for a date |
![public method](pubmethod.gif) Days360 | Returns the number of days between two dates based on a 360-day year |
![public method](pubmethod.gif) Hour | Returns the hour for a particular date value |
![public method](pubmethod.gif) Minute | Returns the minute for a particular date value |
![public method](pubmethod.gif) Month | Returns the number of the month for a date |
![public method](pubmethod.gif) Now | Returns the serial number of the current date and time |
![public method](pubmethod.gif) Second | Returns the second for a particular date value |
![public method](pubmethod.gif) Time | Returns the serial number of a particular time |
![public method](pubmethod.gif) TimeValue | Returns the serial number of the time represented by date_text |
![public method](pubmethod.gif) Today | Returns the serial number of the current date |
![public method](pubmethod.gif) Weekday | Returns the day of the week corresponding to a date |
![public method](pubmethod.gif) Year | Returns the year for a date |
Math & Trig Functions
![public method](pubmethod.gif) MDeterm | Returns the matrix determinant of an array |
![public method](pubmethod.gif) MInverse | Returns the inverse matrix for the matrix stored in an array |
![public method](pubmethod.gif) Roman | Converts an arabic numeral to roman, as text |
Information Functions
![public method](pubmethod.gif) Cell | Returns information about the formatting, location, or contents of a cell |
![public method](pubmethod.gif) CellAddress | Returns address of a referenced cell, as text |
![public method](pubmethod.gif) CellCol | Returns column number of a referenced cell |
![public method](pubmethod.gif) CellColor | Returns whether a referenced cell is colored when negative |
![public method](pubmethod.gif) CellContents | Returns contents of a referenced cell |
![public method](pubmethod.gif) CellFileName | Returns name of file containing a referenced cell |
![public method](pubmethod.gif) CellFormat | Returns format string of a referenced cell |
![public method](pubmethod.gif) CellParentheses | Returns whether a referenced cell is shown in parentheses when negative |
![public method](pubmethod.gif) CellPrefix | Returns the label prefix of a referenced cell |
![public method](pubmethod.gif) CellProtect | Returns whether a referenced cell is shown is protected |
![public method](pubmethod.gif) CellRow | Returns row number of a referenced cell |
![public method](pubmethod.gif) CellType | Returns the data type of a referenced cell |
![public method](pubmethod.gif) CellWidth | Returns the width of a referenced cell in characters |
![public method](pubmethod.gif) Info | Returns information about the current operating environment |
![public method](pubmethod.gif) InfoDirectory | Returns the current working directory |
![public method](pubmethod.gif) InfoMemAvail | Returns the amount of memory available, in bytes |
![public method](pubmethod.gif) InfoMemUsed | Returns the amount of memory used for data, in bytes |
![public method](pubmethod.gif) InfoNumFile | Returns the number of active worksheets |
![public method](pubmethod.gif) InfoOrigin | Returns a reference to the top-left visible cell |
![public method](pubmethod.gif) InfoOSVersion | Returns current operating system version, as text |
![public method](pubmethod.gif) InfoRecalc | Returns current recalculation mode |
![public method](pubmethod.gif) InfoRecalcAutomatic | Returns whether current calculation mode is automatic |
![public method](pubmethod.gif) InfoRecalcManual | Returns whether current calculation mode is manual |
![public method](pubmethod.gif) InfoRelease | Returns version number of Microsoft Excel |
![public method](pubmethod.gif) InfoSystem | Returns name of the operating environment |
![public method](pubmethod.gif) InfoSystemMac | Returns whether current operating environment is Macintosh |
![public method](pubmethod.gif) InfoSystemWindows | Returns whether current operating environment is Windows |
![public method](pubmethod.gif) InfoTotMem | Returns total memory available, including memory already in use, in bytes |
![public method](pubmethod.gif) N | Returns a value converted to a number |
![public method](pubmethod.gif) Type | Returns the type of value |
Lookup & Reference Functions
![public method](pubmethod.gif) Address | Creates a cell address as text, given specified row and column numbers |
![public method](pubmethod.gif) HLookup | Looks in the top row of an array and returns the value of the indicated cell |
![public method](pubmethod.gif) Index | Uses an index to choose a value from a reference or array |
![public method](pubmethod.gif) Indirect | Returns a reference indicated by a text value |
![public method](pubmethod.gif) Lookup | Looks up values in a vector or array |
![public method](pubmethod.gif) Match | Returns the relative position of an item in an array that matches a specified value in a specified order |
![public method](pubmethod.gif) Offset | Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells |
![public method](pubmethod.gif) Transpose | Returns a vertical range of cells as a horizontal range, or vice versa |
![public method](pubmethod.gif) VLookup | Looks in the first column of an array and returns the value of the indicated cell |
Text Functions
![public method](pubmethod.gif) Char | Returns the character specified by a number |
![public method](pubmethod.gif) Clean | Removes all nonprintable characters from text |
![public method](pubmethod.gif) Code | Returns a numeric code for the first character in a text string |
![public method](pubmethod.gif) Text | Converts a value to text in a specific number format |
![public method](pubmethod.gif) Value | Converts a text string that represents a number to a number |
Requirements
Header: xlfuncs.h
See Also
CXlFuncs Class |
xlfuncs.h
| CXlMacros object
| CXllApp::Excel
| CXlOper::Excel