Propriedade ErrorAddDataBoundRowEventArgs.Item

Obtém o novo item que o ListObject tentou adicionar a fonte de dados.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (em Microsoft.Office.Tools.Excel.dll)

Sintaxe

'Declaração
ReadOnly Property Item As Object
    Get
Object Item { get; }

Valor de propriedade

Tipo: System.Object
O item a ser adicionado.

Comentários

Quando o ListObject está vinculado a um DataTable, o item seria uma DataRowView em vez de um DataRow.

Segurança do .NET Framework

Consulte também

Referência

ErrorAddDataBoundRowEventArgs Interface

Namespace Microsoft.Office.Tools.Excel