HScrollBar.Application Property

Definition

Gets an Application object that represents the creator of the HScrollBar.

public Microsoft.Office.Interop.Excel.Application Application { get; }

Property Value

An Application object that represents the creator of the HScrollBar.

Examples

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

Applies to