IXlsDrawingGlow |
interface IXlsDrawingGlow : IDispatch { [id(1),propget] HRESULT Color([out, retval]IXlsColor** color); [id(2),propget] HRESULT Strength([out, retval]int* strength); [id(2),propput] HRESULT Strength([in]int strength); }
HRESULT Color([out, retval]IXlsColor** color);
HRESULT Strength([out, retval]int* strength);
HRESULT Strength([in]int strength);