C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : SetClipString Method |
'Declaration Public Sub SetClipString( _ ByVal text As System.String, _ ByVal rng As CellRange, _ ByVal copyMode As ClipboardCopyMode _ )
public void SetClipString( System.string text, CellRange rng, ClipboardCopyMode copyMode )
The string contains rows delimited by newline characters and cells delimited by tabs (standard clipboard format).
Only the top left cell of the rng parameter is used; the number of rows and columns copied to the grid is determined by the content of the text parameter.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2