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

In This Topic
    ExpandSelectionOnCopyPaste Property (FlexSheet)
    In This Topic
    Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ExpandSelectionOnCopyPaste As Boolean
    [DefaultValue(true)]
    public bool ExpandSelectionOnCopyPaste {get; set;}
    See Also