XLL+ Class Library (7.0)

CVectorConvertParams<T>::GetArgFullName

Gets the full untranslated name of the argument

virtual std::wstring GetArgFullName( ) const;

Return Value

Returns the argument name, as passed to the object's constructor, along with any indexing suffixes which apply if the object is being used to extract vector values from a matrix input, e.g. x[2] or y[3].

Requirements

Header: xlpconvert.h

See Also

CVectorConvertParams<T> Class | CVectorConvertParams<T> Methods | GetArgName | GetArgFullNameTranslated | GetArgNameTranslated