FlexGrid for WinRT
SetClipString Method

Text to parse into the grid.
Range where the text will be pasted.
Whether the string contains header information that should be discarded when applying the values to the cells.
Parses a string into rows and columns and applies the content to a given range.
Syntax
'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
)

Parameters

text
Text to parse into the grid.
rng
Range where the text will be pasted.
copyMode
Whether the string contains header information that should be discarded when applying the values to the cells.
Remarks

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.

Requirements

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

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback