[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.Copy

Copy Method

Copy(bool, bool)

Copy the current selection to the clipboard.

Declaration
public virtual void Copy(bool includeColumnHeaders = false, bool includeRowHeaders = false)
Public Overridable Sub Copy(Optional includeColumnHeaders As Boolean = False, Optional includeRowHeaders As Boolean = False)
Parameters
Type Name Description
bool includeColumnHeaders

Whether the columns header text is included in copied string.

bool includeRowHeaders

Whether the rows header text is included in copied string.