'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.