Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessTextBox Class / PreferModifyRangeReference Property


In This Topic
    PreferModifyRangeReference Property
    In This Topic
    Indicate that the formula prefer modify rangeReference
    Syntax
    'Declaration
     
    
    Public Property PreferModifyRangeReference As Boolean
    'Usage
     
    
    Dim instance As ModelessTextBox
    Dim value As Boolean
     
    instance.PreferModifyRangeReference = value
     
    value = instance.PreferModifyRangeReference
    public bool PreferModifyRangeReference {get; set;}
    See Also