IXlsIconSetCondition |
interface IXlsIconSetCondition : IDispatch { [id(1)] HRESULT Add([out, retval]IXlsIconSetSubCondition** cssc); [id(2),propget] HRESULT IconSet([out, retval] enumIconSet* ics); [id(2),propput] HRESULT IconSet([in]enumIconSet ics); [id(3),propget] HRESULT ShowIconsOnly([out, retval]BOOL* showiconsonly); [id(3),propput] HRESULT ShowIconsOnly([in]BOOL showiconsonly); [id(4),propget] HRESULT ReverseIcons([out, retval]BOOL* reverse); [id(4),propput] HRESULT ReverseIcons([in]BOOL reverse); }
HRESULT Add([out, retval]IXlsIconSetSubCondition** cssc);
HRESULT IconSet([out, retval] enumIconSet* ics);
HRESULT IconSet([in]enumIconSet ics);
HRESULT ShowIconsOnly([out, retval]BOOL* showiconsonly);
HRESULT ShowIconsOnly([in]BOOL showiconsonly);
HRESULT ReverseIcons([out, retval]BOOL* reverse);
HRESULT ReverseIcons([in]BOOL reverse);