Click or drag to resize

XlsWorksheet HorizontalSplit Property

Gets or sets the number of rows from the top of the worksheet that are frozen in a horizontal split.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int HorizontalSplit { get; set; }

Property Value

Type: Int32

Implements

IWorksheet HorizontalSplit
See Also