IXlsTableHistoryAction
COM interface ( getting help with interfaces )

 

interface IXlsTableHistoryAction : IDispatch
{
  [id(1)        ] HRESULT Delete();
  [id(2),propget] HRESULT Name([out, retval]BSTR* name);
  [id(3),propget] HRESULT AdditionalInfo([out, retval]BSTR* info);
}

 

HRESULT Delete();
deletes the action.

HRESULT Name([out, retval]BSTR* name);
returns the name of the action.

HRESULT AdditionalInfo([out, retval]BSTR* info);
returns any extra info off the action.