Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowRowMoveDataAllowAddNew Property


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