現在選択されている複数の行の値を取得します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public T[] GetCurrentRows<T>()
where T : DataRow
Visual Basic
Public Function GetCurrentRows(Of T As DataRow) As T()

Type Parameters

T

Return Value

選択されている行。

Remarks