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; }
Public Property PageChange As Integer
Get
Set
public:
virtual property int PageChange {
int get () sealed;
void set (int value) sealed;
}
abstract PageChange : int with get, set
override PageChange : int with get, set
Return Value
Type:
Int32
An integer representing the number of positions the scroll bar moves.
Implements
IScrollBarShape
PageChange
See Also