Class TableData
public class TableData
- Inheritance
-
TableData
- Inherited Members
Constructors
TableData()
public TableData()
Properties
NumCols
public int NumCols { get; set; }
Property Value
NumRows
public int NumRows { get; set; }
Property Value
TableCells
public List<TableCell> TableCells { get; set; }
Property Value
Methods
BuildGrid()
public TableCell?[,] BuildGrid()
Returns
- TableCell[,]
BuildSemanticGroups()
public TableSemanticView BuildSemanticGroups()