Table of Contents

XlsFile.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 ExcelFile.FreezePanes the windows are unsplitted and vice-versa See also ExcelFile.GetSplitWindow This property can work in different windows depending on the value of ExcelFile.ActiveWindow

Syntax

Namespace: FlexCel.XlsAdapter

public override 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