IScrollBarShape
IsHorizontal Property
|
Warning : It's not recommend use set method,because this property decision by width and height
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsHorizontal { get; set; }
Property IsHorizontal As Boolean
Get
Set
property bool IsHorizontal {
bool get ();
void set (bool value);
}
abstract IsHorizontal : bool with get, set
Property Value
Type:
Boolean
See Also