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


In This Topic
    UnionedChangeCellRange Property (AggregationDataModel)
    In This Topic
    Gets or sets whether the changed event occurs for each cell range or for the union range. Works only if initialized from DefaultSheetDataModel. True if event occurs for union range.
    Syntax
    'Declaration
     
    
    Public Property UnionedChangeCellRange As Boolean
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim value As Boolean
     
    instance.UnionedChangeCellRange = value
     
    value = instance.UnionedChangeCellRange
    public bool UnionedChangeCellRange {get; set;}
    Exceptions
    ExceptionDescription
    Using this property when model is not intialized from DefaultSheetDataModel
    See Also