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
Exception | Description |
System.ArgumentException | Using this property when model is not intialized from DefaultSheetDataModel |
See Also