| IXlsTableHistory |
interface IXlsTableHistory : IDispatch
{
[id(1),propget] HRESULT Count([out, retval]int* nbactions);
[id(2),propget] HRESULT Item([in]int i, [out, retval]IXlsTableHistoryAction** action);
}
HRESULT Count([out, retval]int* nbactions);HRESULT Item([in]int i, [out, retval]IXlsTableHistoryAction** action);