Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowRowMoveDataAllowAddNew Property


In This Topic
    AllowRowMoveDataAllowAddNew Property (SpreadView)
    In This Topic
    Gets or sets a value that indicates whether to allow moving the add new row or asterisk row.
    Syntax
    'Declaration
     
    
    Public Property AllowRowMoveDataAllowAddNew As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowRowMoveDataAllowAddNew = value
     
    value = instance.AllowRowMoveDataAllowAddNew
    public bool AllowRowMoveDataAllowAddNew {get; set;}
    See Also