Wijmo UI for the Web
autoRowHeight Field
wijmo.exporter Namespace > ExcelSetting Interface : autoRowHeight Field

A boolean value indicates whether row’s height is auto adjusted per the content.

Syntax
var instance; // Type: wijmo.exporter.ExcelSetting;
var value; // Type: boolean
value = instance.autoRowHeight;
var autoRowHeight : boolean;
See Also

Reference

ExcelSetting Interface