C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Copy Method
Whether the columns header text is included in copied string.
Whether the rows header text is included in copied string.

In This Topic
Copy Method (FlexGrid)
In This Topic
Copy the current selection to the clipboard.
Syntax
'Declaration
 
Public Overridable Sub Copy( _
   Optional ByVal includeColumnHeaders As Boolean, _
   Optional ByVal includeRowHeaders As Boolean _
) 
 

Parameters

includeColumnHeaders
Whether the columns header text is included in copied string.
includeRowHeaders
Whether the rows header text is included in copied string.
See Also