Table of Contents

ExcelFile.SplitWindow Method

This command is equivalent to Menu->Window->Split. It will split the window in 4 regions. Note that because Excel works this way, when you FreezePanes the windows are unsplitted and vice-versa See also GetSplitWindow This property can work in different windows depending on the value of ActiveWindow

Syntax

Namespace: FlexCel.Core

public abstract void SplitWindow(Int32 xOffset, Int32 yOffset)

Parameters

<-> Parameter Type Description
xOffset Int32 Offset from the left on 1/20 of a point. Zero for no vertical split.
yOffset Int32 Offset from the top on 1/20 of a point. Zero for no horizontal split.

See also