TableDataRowStyle Property
In This Topic
Gets or sets style information for the table data area.
Syntax
'Declaration
Public Property TableDataRowStyle As StyleInfo
'Usage
Dim instance As TableView
Dim value As StyleInfo
instance.TableDataRowStyle = value
value = instance.TableDataRowStyle
public StyleInfo TableDataRowStyle {get; set;}
See Also