IXlsWorksheetExportOptions |
interface IXlsWorksheetExportOptions : IDispatch { [id(1), propput] HRESULT UrlPrefix([in]BSTR urlPrefix); [id(2), propput] HRESULT CSVSeparator([in]short separator); [id(3), propput] HRESULT NumberFormatting([in]BOOL bFormatting); [id(4), propput] HRESULT UnicodeEncoding([in]BOOL bUnicodeEncoding); [id(5), propput] HRESULT FontEmbedding([in]BOOL bFontEmbedding); }
HRESULT UrlPrefix([in]BSTR urlPrefix);
HRESULT CSVSeparator([in]short separator);
HRESULT NumberFormatting([in]BOOL bFormatting);
HRESULT UnicodeEncoding([in]BOOL bUnicodeEncoding);
HRESULT FontEmbedding([in]BOOL bFontEmbedding);