Click or drag to resize

XlsSpinnerShape IncrementalChange Property

Gets or sets the incremental change value for the spinner control.

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; }

Property Value

Type: Int32
The amount by which the spinner's value changes when the user clicks the up or down button.

Return Value

Type: Int32
The current incremental change value of the spinner.

Implements

ISpinnerShape IncrementalChange
See Also