Property of IUndoItems
Returns number of items in collection
Read-Only Property of type long
var nVal = UndoItems.Count;
==== Visual Basic Script ====
nVal = UndoItems.Count
==== C++ ====
long nVal; HRESULT hr = UndoItems.get_Count(&nVal);
===== See Also ===== IUndoItems