C1.Silverlight.FlexGrid.5
GetClipString(ClipboardCopyMode) Method

ClipboardCopyMode that specifies which headers should be included in the string.
Gets the current selection as a string suitable for copying to the clipboard.
Syntax
'Declaration
 
Public Overloads Function GetClipString( _
   ByVal copyMode As ClipboardCopyMode _
) As System.String
public System.string GetClipString( 
   ClipboardCopyMode copyMode
)

Parameters

copyMode
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

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.