Spread Windows Forms 12.0 Product Documentation
UnionedChangeCellRange Property (AggregationDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > AggregationDataModel Class : UnionedChangeCellRange Property
Gets or sets whether the changed event occurs for each cell 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

Reference

AggregationDataModel Class
AggregationDataModel Members