Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / DataCellStyleName Property


In This Topic
    DataCellStyleName Property
    In This Topic
    Gets or sets the style name in table data cells.
    Syntax
    'Declaration
     
    
    Public Property DataCellStyleName As String
    'Usage
     
    
    Dim instance As TableViewColumn
    Dim value As String
     
    instance.DataCellStyleName = value
     
    value = instance.DataCellStyleName
    public string DataCellStyleName {get; set;}
    See Also