DataPagerFieldCollection.Insert(Int32, DataPagerField) Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Insere o objeto DataPagerField especificado na coleção DataPagerFieldCollection no índice especificado.
public:
void Insert(int index, System::Web::UI::WebControls::DataPagerField ^ field);
public void Insert (int index, System.Web.UI.WebControls.DataPagerField field);
member this.Insert : int * System.Web.UI.WebControls.DataPagerField -> unit
Public Sub Insert (index As Integer, field As DataPagerField)
- index
- Int32
O índice baseado em zero no qual o objeto DataPagerField será inserido.
- field
- DataPagerField
O objeto a ser inserido.
Produto | Versões |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: