xlld.func.xlf

This module provides D versions of xlf Excel "functions"

Members

Functions

caller
auto caller()

Returns the caller. The returned XLOPER12 is documented here: https://docs.microsoft.com/en-us/office/client-developer/excel/xlfcaller

callerCell
auto callerCell()
Undocumented in source. Be warned that the author may not have intended to support it.
date
double date(int year, int month, int day)
Undocumented in source. Be warned that the author may not have intended to support it.
day
int day(double date)
Undocumented in source. Be warned that the author may not have intended to support it.
hour
int hour(double date)
Undocumented in source. Be warned that the author may not have intended to support it.
minute
int minute(double date)
Undocumented in source. Be warned that the author may not have intended to support it.
month
int month(double date)
Undocumented in source. Be warned that the author may not have intended to support it.
rtd
int rtd(XLOPER12 comId, XLOPER12 server, XLOPER12 topic0, XLOPER12 topic1, XLOPER12 topic2, XLOPER12 topic3, XLOPER12 topic4, XLOPER12 topic5, XLOPER12 topic6, XLOPER12 topic7, XLOPER12 topic8, XLOPER12 topic9)
Undocumented in source. Be warned that the author may not have intended to support it.
second
int second(double date)
Undocumented in source. Be warned that the author may not have intended to support it.
time
double time(int year, int month, int day)
Undocumented in source. Be warned that the author may not have intended to support it.
year
int year(double date)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

callerException
auto callerException;
Undocumented in source.

Meta