Skip to main content
A newer version of this page is available. .

ClipboardValueInfoCollection Constructors

Stores information about the copied grid element (a column headers collection, group row, or data row) with its appearance settings.
Name Parameters Description
ClipboardValueInfoCollection(DataControlBase, Int32, IEnumerable<ColumnBase>, IEnumerable<ClipboardCellInfo>) dataControl, rowHandle, selectedColumns, rowInfo Initializes a new instance of the ClipboardValueInfoCollection class with specified settings.
See Also