ExcelWebRenderer.RowsToDisplay Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This property is no longer supported.")> _
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
Public Property RowsToDisplay As Integer
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Integer
value = instance.RowsToDisplay
instance.RowsToDisplay = value
[ObsoleteAttribute("This property is no longer supported.")]
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
public int RowsToDisplay { get; set; }
Property Value
Type: System.Int32
Valid values are 1 to 500. The default value is 75.
This member is reserved for internal use and is not intended to be used directly from your code.
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.