Click or drag to resize

XlsScrollBarShape IsHorizontal Property

Gets or sets a value indicating whether the scrollbar is horizontal.

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

Return Value

Type: Boolean
True if the scrollbar is horizontal; otherwise, false.

Implements

IScrollBarShape IsHorizontal
See Also