Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / viewrow Field


In This Topic
    viewrow Field (CellFooter)
    In This Topic
    Gets or sets the row start index.
    Syntax
    'Declaration
     
    
    Protected viewrow As Integer
    'Usage
     
    
    Dim instance As CellFooter
    Dim value As Integer
     
    value = instance.viewrow
     
    instance.viewrow = value
    protected int viewrow
    See Also