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 メソッドのページへのリンク