Spread Windows Forms 12.0 Product Documentation
UnionedChangeCellRange Property (DefaultSheetDataModel)


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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members