PivotGridControl.BestFit Method
Name | Parameters | Description |
---|---|---|
Best |
none | Resizes the columns and rows which correspond to the data and row fields, to the minimum width and height required to completely display their contents. |
Best |
area, fit |
Resizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width or height required to completely display their contents. |
Best |
area | Resizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width and height required to completely display their contents. |
Best |
field, fit |
Resizes the columns and rows which correspond to the specified field, to the minimum width or height required to completely display their contents. |
Best |
field | Resizes the columns and rows which correspond to the specified fields, to the minimum width and height required to completely display their contents. |
Best |
fit |
Resizes the columns and rows which correspond to the data fields and row fields, to the minimum width or height required to completely display their contents. |