Spread Windows Forms 17
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
    public StyleInfo DataCellStyle {get; set;}
    See Also