DetailAutoFit Property

Microsoft Office Web Components Object Model

Show All

DetailAutoFit Property

       

DetailAutoFit property as it applies to the PivotField object.

True if the column width for the specified field is set automatically when the field is used on the data axis. Read/write Boolean.

expression.DetailAutoFit

expression   Required. An expression that returns a PivotField object.

DetailAutoFit property as it applies to the PivotView object.

True if the width of the detail grid is determined by the width of the detail fields. The width of the detail grid cannot exceed the value of the DetailMaxWidth property. If the DetailAutoFit property is set to False, the width of the detail grid is set based on the value of the DetailWidth property. If the DetailAutoFit property is set to True, any layout change automatically updates the DetailWidth property. Read/write Boolean.

expression.DetailAutoFit

expression   Required. An expression that returns a PivotView object.