Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ScrollingContentInfo Property


In This Topic
    ScrollingContentInfo Property
    In This Topic
    Gets or sets the information of the vertical scrolling tip for the sheet.
    Syntax
    'Declaration
     
    
    Public Property ScrollingContentInfo As ScrollingContentInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ScrollingContentInfo
     
    instance.ScrollingContentInfo = value
     
    value = instance.ScrollingContentInfo
    public ScrollingContentInfo ScrollingContentInfo {get; set;}
    See Also