Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / UnionedChangeCellRange Property


In This Topic
    UnionedChangeCellRange Property (DefaultSheetDataModel)
    In This Topic
    Gets or sets whether the changed event occurs for each cell range or for the union range. True fires the event for the union range.
    Syntax
    'Declaration
     
    
    Public Property UnionedChangeCellRange As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Boolean
     
    instance.UnionedChangeCellRange = value
     
    value = instance.UnionedChangeCellRange
    public bool UnionedChangeCellRange {get; set;}
    See Also