FlexGrid for UWP/WinRT
GetClipString(CellRange,ClipboardCopyMode) メソッド

文字列に含めるセルの範囲を示す CellRange
どのヘッダーを文字列に含めるかを示す ClipboardCopyMode
クリップボードにコピーできる文字列としてセルの範囲を取得します。
構文
'宣言
 
Public Overloads Function GetClipString( _
   ByVal rng As CellRange, _
   ByVal copyMode As ClipboardCopyMode _
) As System.String
public System.string GetClipString( 
   CellRange rng,
   ClipboardCopyMode copyMode
)

パラメータ

rng
文字列に含めるセルの範囲を示す CellRange
copyMode
どのヘッダーを文字列に含めるかを示す ClipboardCopyMode

戻り値の型

現在の選択内容を保持する文字列。列はタブで区切られ、行は改行で区切られます。
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

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ
オーバーロード一覧

Send Feedback