Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / DataCellStyle Property


In This Topic
DataCellStyle Property
In This Topic
Gets or sets the style in table data cells.
Syntax
'Declaration
 
Public Property DataCellStyle As StyleInfo
 
'Usage
 
Dim instance As TableViewColumn
Dim value As StyleInfo
 
instance.DataCellStyle = value
 
value = instance.DataCellStyle
See Also