getAutoFitState();
The getAutoFitState method returns the state of the Autofit Cells control.
The method returns a JSON object with the following fields: mode - cell autofit mode, maxRowsInCell - maximum number of rows in a cell, minVisibleDataColumns - minimum number of visible columns.
The example of method use is given on the page with description of the TableViewPanel.Source property.
See also: