'Declaration <BindableAttribute(True)> <CategoryAttribute("Behavior")> Public Property MergedCellSelectionPolicy As MergedCellSelectionPolicy
'Usage Dim instance As GcSpreadSheet Dim value As MergedCellSelectionPolicy instance.MergedCellSelectionPolicy = value value = instance.MergedCellSelectionPolicy
[Bindable(true)] [Category("Behavior")] public MergedCellSelectionPolicy MergedCellSelectionPolicy {get; set;}