IXlsChartAreaStyleTexture
COM interface ( getting help with interfaces )

 

interface IXlsChartAreaStyleTexture : IDispatch
{
  [id(1),propget] HRESULT TextureStyle([out, retval]enumChartTexture* texture);
  [id(1),propput] HRESULT TextureStyle([in]enumChartTexture texture);
}

 

HRESULT TextureStyle([out, retval]enumChartTexture* texture);
returns the texture style.

HRESULT TextureStyle([in]enumChartTexture texture);
sets the texture style.