WebOptions.UseLongFileNames Property
True if long file names are used when you save the document as a Web page. False if long file names are not used and the DOS file name format (8.3) is used. The default value is True.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property UseLongFileNames As Boolean
Get
Set
'Usage
Dim instance As WebOptions
Dim value As Boolean
value = instance.UseLongFileNames
instance.UseLongFileNames = value
bool UseLongFileNames { get; set; }
Property Value
Type: System.Boolean
Remarks
If you don't use long file names and your document has supporting files, Microsoft Excel automatically organizes those files in a separate folder. Otherwise, use the OrganizeInFolder property to determine whether supporting files are organized in a separate folder.