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