C1.Silverlight.FlexGrid.5 Assembly > 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.