ExcelWebRenderer.RowsToDisplay Property
Gets or sets the number of rows to display.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.User)> _
<WebBrowsableAttribute(True)> _
<WebPartStorageAttribute(Storage.Personal)> _
Public Property RowsToDisplay As Integer
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Integer
value = instance.RowsToDisplay
instance.RowsToDisplay = value
[PersonalizableAttribute(PersonalizationScope.User)]
[WebBrowsableAttribute(true)]
[WebPartStorageAttribute(Storage.Personal)]
public int RowsToDisplay { get; set; }
Property Value
Type: System.Int32
Valid values are 1 to 500. The default value is 75.
Remarks
This value specifies the number of rows to display when a user pages up, down, left, or right when using a workbook in normal view.