[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.GetClipString

GetClipString Method

GetClipString(ClipboardCopyMode)

Gets the current selection as a string suitable for copying to the clipboard.

Declaration
public string GetClipString(ClipboardCopyMode copyMode)
Parameters
Type Name Description
ClipboardCopyMode copyMode
<xref href="C1.WPF.FlexGrid.C1FlexGrid.ClipboardCopyMode" data-throw-if-not-resolved="false"></xref> that specifies which 

headers should be included in the string.

Returns
Type Description
string

A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines.

GetClipString(CellRange, ClipboardCopyMode)

Gets a range of cells as a string suitable for copying to the clipboard.

Declaration
public string GetClipString(CellRange rng, ClipboardCopyMode copyMode)
Parameters
Type Name Description
CellRange rng
<xref href="C1.WPF.FlexGrid.CellRange" data-throw-if-not-resolved="false"></xref> that specifies the range of cells that 

should be included in the string.

ClipboardCopyMode copyMode
<xref href="C1.WPF.FlexGrid.C1FlexGrid.ClipboardCopyMode" data-throw-if-not-resolved="false"></xref> that specifies which 

headers should be included in the string.

Returns
Type Description
string

A string with the content of the current selection. Columns are delimited by tabs and rows are delimited by new lines.