'Declaration Public Function GetFittedHeight( _ ByVal mode As AutoHeightMode _ ) As Integer
'Usage Dim instance As Row Dim mode As AutoHeightMode Dim value As Integer value = instance.GetFittedHeight(mode)
public int GetFittedHeight( AutoHeightMode mode )
Parameters
- mode
- A value indicating in regards to what factors the fitted height of the row will be calculated.
Return Value
A value containing the fitted height of the row in pixels. Unless overridden, MinHeight.