GridView.CreateRow メソッド
アセンブリ: System.Web (system.web.dll 内)
構文Protected Overridable Function CreateRow ( _ rowIndex As Integer, _ dataSourceIndex As Integer, _ rowType As DataControlRowType, _ rowState As DataControlRowState _ ) As GridViewRow
Dim rowIndex As Integer Dim dataSourceIndex As Integer Dim rowType As DataControlRowType Dim rowState As DataControlRowState Dim returnValue As GridViewRow returnValue = Me.CreateRow(rowIndex, dataSourceIndex, rowType, rowState)
protected virtual GridViewRow CreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState )
protected: virtual GridViewRow^ CreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState )
protected GridViewRow CreateRow ( int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState )
protected function CreateRow ( rowIndex : int, dataSourceIndex : int, rowType : DataControlRowType, rowState : DataControlRowState ) : GridViewRow
- rowType
DataControlRowType 値の 1 つ。
- rowState
DataControlRowState 値の 1 つ。
指定したパラメータを使用して作成された GridViewRow。
解説
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からGridView.CreateRow メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からGridView.CreateRow メソッド
を検索
- GridView.CreateRow メソッドのページへのリンク
.gif)