ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / SkipMerged Property

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