Back to Devexpress

Worksheet.SplitTopPosition Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-a7fd7aa4.md

latest1.8 KB
Original Source

Worksheet.SplitTopPosition Property

Gets the index of the topmost row in the bottom right pane when panes are frozen.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int SplitTopPosition { get; }
vb
ReadOnly Property SplitTopPosition As Integer

Property Value

TypeDescription
Int32

An integer that is the row index.

|

Remarks

The SplitTopPosition value is illustrated in the following picture.

If panes are not frozen, or only columns are frozen, the SplitTopPosition property returns 0.

See Also

SplitLeftPosition

FreezeColumns

FreezePanes

FreezeRows

FreezePanes

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace