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; }
 
Public Property IsHorizontal As Boolean
	Get
	Set
 
public:
virtual property bool IsHorizontal {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract IsHorizontal : bool with get, set
override IsHorizontal : bool with get, set
 
 
 
Return Value
Type:
Boolean
True if the scrollbar is horizontal; otherwise, false.
Implements
IScrollBarShape
IsHorizontal
 
See Also