Share via


CommandBar.Height Property

Returns or sets the height of a command bar.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Height As Integer
    Get
    Set
'Usage
Dim instance As CommandBar
Dim value As Integer

value = instance.Height

instance.Height = value
int Height { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns a read/write int.

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.Office.Core Namespace