VScrollBar.Height Property

Definition

Gets or sets the height of the VScrollBar.

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
member this.Height : double with get, set
Public Property Height As Double

Property Value

Examples

For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Excel.Controls.Button.Height. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Height property.

Applies to