ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / SkipMerged Property

In This Topic
    SkipMerged Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether when copying, skip cells that have been merged.
    Syntax
    'Declaration
     
    Public Overridable Property SkipMerged As Boolean
    public virtual bool SkipMerged {get; set;}
    See Also