SP.ViewCreationInformation.rowLimit property (sp.js)

Gets or sets a value that specifies the maximum number of list items that the new list view displays on a visual page of the list view.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.ViewCreationInformation.get_rowLimit ()
var value = SP.ViewCreationInformation.set_rowLimit ()

Return value

Type: Number

Remarks

Its value must be equal to or less than 2147483647.