Gets or sets a value that indicates whether cells in this row can be merged.
Syntax
'Declaration
Public Property AllowMerging As Boolean
'Usage
Dim instance As GridRow
Dim value As Boolean
instance.AllowMerging = value
value = instance.AllowMerging
public bool AllowMerging {get; set;}
See Also