[]
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.
public bool UnionedChangeCellRange { get; set; }
Public Property UnionedChangeCellRange As Boolean
Type | Condition |
---|---|
ArgumentException | Using this property when model is not intialized from DefaultSheetDataModel |