Tag Property

Gets or sets the object that contains supplemental data about the row.

Syntax

Public Property Tag As String

Applies To

Row Object

Data Type

String

Remarks

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.