BestFit()
|
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.
|
BestFit(FieldArea, Boolean, Boolean)
|
area, fitWidth, fitHeight
|
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.
|
BestFit(FieldArea)
|
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.
|
BestFit(PivotGridField, Boolean, Boolean)
|
field, fitWidth, fitHeight
|
Resizes the columns and rows which correspond to the specified field, to the minimum width or height required to completely display their contents.
|
BestFit(PivotGridField)
|
field
|
Resizes the columns and rows which correspond to the specified fields, to the minimum width and height required to completely display their contents.
|
BestFit(Boolean, Boolean)
|
fitWidth, fitHeight
|
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.
|