Share via


Window.SplitHorizontal Property

Returns or sets the location of the horizontal window split in points.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property SplitHorizontal As Double
    Get
    Set
'Usage
Dim instance As Window
Dim value As Double

value = instance.SplitHorizontal

instance.SplitHorizontal = value
double SplitHorizontal { get; set; }

Property Value

Type: System.Double

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace