XlsScrollBarShape
IncrementalChange Property
 | 
Gets or sets the incremental change value of the scrollbar.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public int IncrementalChange { get; set; }
 
Public Property IncrementalChange As Integer
	Get
	Set
 
public:
virtual property int IncrementalChange {
	int get () sealed;
	void set (int value) sealed;
}
 
abstract IncrementalChange : int with get, set
override IncrementalChange : int with get, set
 
 
 
Property Value
Type:
Int32
The amount by which the scrollbar's position changes when the user clicks the arrow buttons.
Return Value
Type:
Int32
The incremental change value.
Implements
IScrollBarShape
IncrementalChange
 
See Also