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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public string GetClipString(
	CellRange range,
	ClipboardCopyMode copyMode
)
Visual Basic
Public Function GetClipString ( _
	range As CellRange, _
	copyMode As ClipboardCopyMode _
) As String

Parameters

range
Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange that specifies the range of cells that should be included in the string.
copyMode
Type: C1.Silverlight.FlexGrid..::..ClipboardCopyMode
ClipboardCopyMode that specifies which headers should be included in the string.

Return Value

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

See Also