IXlsPredefinedCondition |
interface IXlsPredefinedCondition : IDispatch { [id(1)] HRESULT AlternateRows([in]int alternateRow); [id(2)] HRESULT AlternateColumns([in]int alternateColumn); [id(3)] HRESULT TopValues([in]int tops); [id(4)] HRESULT BottomValues([in]int bottoms); [id(5)] HRESULT HideErrors(); [id(6)] HRESULT IsNumber(); [id(7)] HRESULT IsFormula(); [id(8)] HRESULT GroupBy([in]int column); [id(9)] HRESULT TopRatio([in]int values); [id(10)] HRESULT BottomRatio([in]int values); [id(11)] HRESULT TopRatioAsPercent([in]double f); [id(12)] HRESULT BottomRatioAsPercent([in]double f); [id(13)] HRESULT VersusAverage([in]enumRankAverageType averageType); [id(14)] HRESULT DuplicateValues(); [id(15)] HRESULT UniqueValues(); [id(16)] HRESULT ContainsText([in]BSTR text); [id(17)] HRESULT NotContainsText([in]BSTR text); [id(18)] HRESULT BeginsWith([in]BSTR text); [id(19)] HRESULT EndsWith([in]BSTR text); [id(20)] HRESULT ContainsBlanks(); [id(21)] HRESULT NotContainsBlanks(); [id(22)] HRESULT ContainsErrors(); [id(23)] HRESULT NotContainsErrors(); [id(24)] HRESULT DatesMatchingPeriod([in]enumConditionalTimePeriod tp); }
HRESULT AlternateRows([in]int alternateRow);
HRESULT AlternateColumns([in]int alternateColumn);
HRESULT TopValues([in]int tops);
HRESULT BottomValues([in]int bottoms);
HRESULT HideErrors();
HRESULT IsNumber();
HRESULT IsFormula();
HRESULT GroupBy([in]int column);
HRESULT TopRatio([in]int values);
HRESULT BottomRatio([in]int values);
HRESULT TopRatioAsPercent([in]double f);
HRESULT BottomRatioAsPercent([in]double f);
HRESULT VersusAverage([in]enumRankAverageType averageType);
HRESULT DuplicateValues();
HRESULT UniqueValues();
HRESULT ContainsText([in]BSTR text);
HRESULT NotContainsText([in]BSTR text);
HRESULT BeginsWith([in]BSTR text);
HRESULT EndsWith([in]BSTR text);
HRESULT ContainsBlanks();
HRESULT NotContainsBlanks();
HRESULT ContainsErrors();
HRESULT NotContainsErrors();
HRESULT DatesMatchingPeriod([in]enumConditionalTimePeriod tp);