AllowMerging Property (PivotGrid)
In This Topic
Gets or sets which parts of the grid provide cell merging.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overrides Property AllowMerging As AllowMerging
'Usage
Dim instance As PivotGrid
Dim value As AllowMerging
instance.AllowMerging = value
value = instance.AllowMerging
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public override AllowMerging AllowMerging {get; set;}
public read-write property AllowMerging: AllowMerging; override;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public override function get,set AllowMerging : AllowMerging
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property AllowMerging get_AllowMerging() override;
public: __property void set_AllowMerging(
AllowMerging value
) override;
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property AllowMerging AllowMerging {
AllowMerging get() override;
void set ( AllowMerging value) override;
}
See Also