Common Language Runtime support functions are listed here.
toClr | Transform a value received from Excel to a CLR form | |
toClr<T> | Transform an array received from Excel to a CLR array | |
toClrDate | Transform an Excel date value to a CLR DateTime value | |
toClrDates | Transform an array of Excel date values to a CLR DateTime array | |
toClrInts | Transform an array of long to a CLR int array | |
toClrObject | Transform an Excel value of unknown type to a CLR object | |
toClrObjectMatrix | Transform an Excel matrix containing values of unknown type to a two-dimensional CLR object array | |
toClrObjectVector | Transform an Excel vector containing values of unknown type to a one-dimensional CLR object array |
objectToXl | Transform a value of indeterminate type, received from .NET, to an Excel return value | |
toXl | Transform a value received from .NET to an Excel return value | |
toXl<T> | Transform a value received from .NET to an Excel return value |
Header: xlpclrconvert.h
Namespace: ple::clr