Table of Contents

Class TableData

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll
public class TableData
Inheritance
TableData
Inherited Members

Constructors

TableData()

public TableData()

Properties

NumCols

public int NumCols { get; set; }

Property Value

int

NumRows

public int NumRows { get; set; }

Property Value

int

TableCells

public List<TableCell> TableCells { get; set; }

Property Value

List<TableCell>

Methods

BuildGrid()

public TableCell?[,] BuildGrid()

Returns

TableCell[,]

BuildSemanticGroups()

public TableSemanticView BuildSemanticGroups()

Returns

TableSemanticView