⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 originoperatingsystemversions.cs

📁 Excel的操作,其中可以读取及写入Excel 文件
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.Text;

namespace Microsoft.Fawvw.Components.NExcel.MyOle2.Metadata
{
    /// <summary>
    /// Versions available to describe the specified Operating System.
    /// </summary>
    public enum OriginOperatingSystemVersions
    {
        /// <summary>Default - this is the only known available value.</summary>
        Default
    }

    internal static class OriginOperatingSystemVersion
    {
        internal static byte[] GetBytes(OriginOperatingSystemVersions version)
        {
            return new byte[] { 0x05, 0x01 };
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -