[]
        
(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)
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.