IWorksheet
VerticalSplit Property
|
Gets or sets the position of vertical 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 VerticalSplit { get; set; }
Property VerticalSplit As Integer
Get
Set
property int VerticalSplit {
int get ();
void set (int value);
}
abstract VerticalSplit : int with get, set
Property Value
Type:
Int32
Remarks
Position of the vertical split (px, 0 = No vertical split):
Unfrozen pane: Width of the left pane(s) (in twips = 1/20 of a point)
Frozen pane: Number of visible columns in left pane(s)
See Also