Programmer's Guide > Interfaces > ADocumentType interface > tableModelSupport method
  
tableModelSupport method
Tests whether a given table model supports a specified feature in documents created using this DocumentType. The same table model may support different features in different documents.
tableModelSupport(tableModel, feature)
Parameters
StringtableModel
The name of the table model. All of the valid table models in this DocumentType are available using the tableModels attribute.
Stringfeature
The name of the feature to be tested. Valid feature names include "MultipleGrids", "HeaderRows", and "FooterRows".
Returns
Trueboolean. If the table model supports the feature in this document type.