'宣言 Protected MustOverride Function GetContentAutoWidth( _ ByVal height As System.Double _ ) As System.Double
'使用法 Dim instance As FieldBase Dim height As System.Double Dim value As System.Double value = instance.GetContentAutoWidth(height)
protected abstract System.double GetContentAutoWidth( System.double height )
パラメータ
- height
- Height of area of contents of object in twips.
戻り値の型
Returns width of area of contents of object in twips.