Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / MergedCellSelectionPolicy Property


In This Topic
    MergedCellSelectionPolicy Property
    In This Topic
    Gets or sets the selection policy to use with the merge cells.
    Syntax
    '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;}

    Property Value

    The MergedCellSelectionPolicy value represents the selection policy.
    Remarks
    Use this property to specify how the header merge cells are selected.
    See Also