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


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