'Declaration <DescriptionAttribute("A value indicating what the default height of the row will be in the case where the Height property is not explicitly set.")> <CategoryAttribute("Appearance")> <RefreshPropertiesAttribute(RefreshProperties.All)> <ApplyToDesignerAttribute(True)> Public Property AutoHeightMode As AutoHeightMode
'Usage Dim instance As Row Dim value As AutoHeightMode instance.AutoHeightMode = value value = instance.AutoHeightMode
[Description("A value indicating what the default height of the row will be in the case where the Height property is not explicitly set.")] [Category("Appearance")] [RefreshProperties(RefreshProperties.All)] [ApplyToDesigner(true)] public AutoHeightMode AutoHeightMode {get; set;}