 |
IXlsFormulaCondition |
 |
COM interface ( getting help with interfaces )
interface IXlsFormulaCondition : IDispatch
{
[id(1),propput] HRESULT Formula([in]BSTR formula);
}
HRESULT Formula([in]BSTR formula);
sets the formula for the condition. The formula can use numbers, labels, cell references as well as range of cells. Examples : 5, "yes", R1C1, R2C1:R5C1, A3:B5.