IXlsDrawingGlow
COM interface ( getting help with interfaces )

 

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);
retrieves the color object of the glow effect.

HRESULT Strength([out, retval]int* strength);
retrieves the strength of the glow effect.

HRESULT Strength([in]int strength);
sets the strength of the glow effect.