Click or drag to resize

XlsScrollBarShape PageChange Property

Gets or sets the number of positions the scroll bar moves when the user clicks the scroll bar's page up or page down regions.

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 PageChange { get; set; }

Return Value

Type: Int32
An integer representing the number of positions the scroll bar moves.

Implements

IScrollBarShape PageChange
See Also