表を表現するクラスです。

Hierarchy

  • LogicTable

Constructors

  • Parameters

    • option: { columnCount: number; rowCount: number; table_option?: TableOptionReteral } = ...
      • columnCount: number
      • rowCount: number
      • Optional table_option?: TableOptionReteral

    Returns LogicTable

Properties

cells: LogicCell[][]
className: "LogicTable" = "LogicTable"
option: TableOptionReteral

Accessors

Methods

  • Parameters

    • str: string
    • delimiter: string

    Returns string[][]

Generated using TypeDoc