Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / viewrow Field


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