Skip to main content
.NET 6.0+

DataViewRecord.Item Property

Name Parameters Description
Item[Int32] index Gets the value of the column specified by its index.
Item[String] name Gets the value of the column specified by its name.