XLL+ Class Library (6.3)

CXllApp::GetStartFnPosition

Get the starting position for iterating the function map

CXllApp::POSITION GetStartFnPosition( );

Return Value

A CXllApp::POSITION value that indicates a starting position for iterating the function map; or NULL if the map is empty.

Remarks

Starts a map iteration by returning a CXllApp::POSITION value that can be passed to a GetNextFnAssoc call. The iteration sequence is not predictable; therefore, the "first element in the map" has no special significance.

NoteNote:

This method is deprecated.

Example

CXllApp::GetNextFnAssoc() Example

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::GetNextFnAssoc()