Programmer's Guide > Interfaces > ADocumentType interface > tableModelCells method
  
tableModelCells method
Returns a list containing the name of each tag that is allowed as a cell tag for a table of the specified table model in a document using this DocumentType.
tableModelCells(tableModel, header)
Parameters
StringtableModel
The name of the table model. All of the valid table models in this DocumentType are available using the tableModels attribute.
booleanheader
If true, specifies that the list should consist of header cells.
Returns
StringList. A list of all the cell tags for this table model.