![]() |
IXlsDrawingBlur |
![]() |
interface IXlsDrawingBlur : IDispatch { [id(1),propget] HRESULT InsideOnly([out, retval]BOOL* bInsideOnly); [id(1),propput] HRESULT InsideOnly([in]BOOL bInsideOnly); [id(2),propget] HRESULT Strength([out, retval]int* strength); [id(2),propput] HRESULT Strength([in]int strength); }
HRESULT InsideOnly([out, retval]BOOL* bInsideOnly);
HRESULT InsideOnly([in]BOOL bInsideOnly);
HRESULT Strength([out, retval]int* strength);
HRESULT Strength([in]int strength);