Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / VirtualScrollPagingPrevRowCount Property
Example


In This Topic
    VirtualScrollPagingPrevRowCount Property
    In This Topic
    Indicates the number of additional rows that are displayed from previous pages before the top of the current page. The default value is zero. This setting only has an effect when AllowVirtualScrollPaging is true.
    Syntax
    'Declaration
     
    
    Public Property VirtualScrollPagingPrevRowCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.VirtualScrollPagingPrevRowCount = value
     
    value = instance.VirtualScrollPagingPrevRowCount
    public int VirtualScrollPagingPrevRowCount {get; set;}
    Example
    This example sets the VirtualScrollPagingPrevRowCount property.
    See Also