[]
Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.
protected abstract double GetContentAutoHeight(double width)
Protected MustOverride Function GetContentAutoHeight(width As Double) As Double
| Type | Name | Description |
|---|---|---|
| double | width | Width of area of contents of object in twips. |
| Type | Description |
|---|---|
| double | Returns height of area of contents of object in twips. |