C1.Web.Mvc.Olap Namespace / PivotGrid Class / ExpandSelectionOnCopyPaste Property

In This Topic
ExpandSelectionOnCopyPaste Property (PivotGrid)
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
 
See Also