IXlsWhatIfTable
COM interface ( getting help with interfaces )

 

interface IXlsWhatIfTable : IDispatch
{
  [id(1),propput] HRESULT Formula([in]BSTR formula);
  [id(2),propput] HRESULT HeaderTitle([in]BSTR headerTitle);
  [id(3)]         HRESULT AddInputValues([out, retval]IXlsWhatIfTableValues** values);
}

 

HRESULT Formula([in]BSTR formula);
sets the formula for the what-if table.

HRESULT HeaderTitle([in]BSTR headerTitle);
sets the title for the what-if table.

HRESULT AddInputValues([out, retval]IXlsWhatIfTableValues** values);
returns the what-if table values object.