IWorksheet
HorizontalSplit Property
|
Gets or sets the position of horizontal split in the worksheet.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int HorizontalSplit { get; set; }
Property HorizontalSplit As Integer
Get
Set
property int HorizontalSplit {
int get ();
void set (int value);
}
abstract HorizontalSplit : int with get, set
Property Value
Type:
Int32
Remarks
Position of the horizontal split (by, 0 = No horizontal split):
Unfrozen pane: Height of the top pane(s) (in twips = 1/20 of a point)
Frozen pane: Number of visible rows in top pane(s)
See Also