You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
299 B
C#

9 months ago
namespace com.azkoss.excellite
{
using System;
internal enum BOFSubstreamType : ushort
{
// Fields
Chart = 0x20,
MacroSheet = 0x40,
VisualBasic = 6,
WorkbookGlobals = 5,
WorksheetDialogSheet = 0x10,
WorkspaceFile = 0x100
}
}