Gets the name of the cell style that is applied to the data row cell of this column.
public string DataRowStyle {get;}
'Declaration
Public ReadOnly Property DataRowStyle As String
'Usage
Dim instance As TableColumn
Dim value As String
value = instance.DataRowStyle
Property Value
A string value represents the name of the cell style that is applied to the data row cell.