青の部隊 505小隊 ULZ

Context

最終更新:

we_hate_sunshine

- view
だれでも歓迎! 編集
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;

namespace ぬずぬずライブラリ.ExcelData
{
    /// <summary>
    /// Excelデータ全体を現します。
    /// </summary>
    public class Context : List<Sheet>
    {
    }

    /// <summary>
    /// Excelのシートを表現します。
    /// </summary>
    public class Sheet : List<Row>
    {
    }

    /// <summary>
    /// Excelの行を表現します。
    /// </summary>
    public class Row : List<string>
    {
    }
}

タグ:

+ タグ編集
  • タグ:
ウィキ募集バナー