Gets or sets the object that contains supplemental data about the row.
Public Property Tag As String
Row Object
String
The Tag property can store any data that you want to associate with a row. This property is typically used to store identifying information, such as a string name, a unique identifier (for example, a Guid), or the index of the row's data in a database.