C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / AllowMerging Property


In This Topic
AllowMerging Property (GridRow)
In This Topic
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
See Also