XLL+ Class Library (6.3)

CXllCom::OleRangeIsCurrent

Get the value of Range.Address = Range.CurrentArray.Address

static HRESULT OleRangeIsCurrent(
   LPDISPATCH dispRange,
   BOOL& bIsFirst
);

Parameters

dispRange

The range to be inspected.

bIsFirst

This will be set to TRUE if the range contains a complete array, and FALSE if the range is a superset or subset of it current array.

Requirements

Header: xlpcom.h

See Also

CXllCom Class | CXllCom Methods | CXllCom::OleRangeIsFirst()