Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / row Field


In This Topic
    row Field (CellEditUndoAction)
    In This Topic
    Specifies the index of the column that contains the cell.
    Syntax
    'Declaration
     
    
    Protected row As Integer
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As Integer
     
    value = instance.row
     
    instance.row = value
    protected int row
    See Also