 |
| IXlsWhatIfTableValues |
 |
COM interface ( getting help with interfaces )
interface IXlsWhatIfTableValues : IDispatch
{
[id(1)] HRESULT SetInputCell([in]int row, [in]int col);
[id(2)] HRESULT AddValueString([in]BSTR value);
[id(3)] HRESULT AddValueFloat([in]double value);
}
HRESULT SetInputCell([in]int row, [in]int col);
sets the input cell for the what-if table values.
HRESULT AddValueString([in]BSTR value);
adds a value of type string for the what-if table.
HRESULT AddValueFloat([in]double value);
adds a value of type float for the what-if table.