[]
Gets or sets a unique identifier for the table cell. This identifier must be unique within the table, and is used to identify this table cell as a header cell for other cells within the table.
public string ID { get; set; }
Public Property ID As String