DataViewSettingCollection::Item Property (Int32)
.NET Framework (current version)
Gets the DataViewSetting objects of the DataTable specified by its index.
Assembly: System.Data (in System.Data.dll)
public: property DataViewSetting^ default[ int index ] { virtual DataViewSetting^ get(int index); virtual void set(int index, DataViewSetting^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the DataTable to find.
.NET Framework
Available since 1.1
Available since 1.1
Show: