FlexGrid for WinRT
GetClipString(CellRange,ClipboardCopyMode) Method

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

Parameters

rng
CellRange that specifies the range of cells that should be included in the string.
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.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback