Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstHeaderCell Property


In This Topic
    FirstHeaderCell Property
    In This Topic
    Gets or sets the header cell of the table style.
    Syntax
    'Declaration
     
    
    Public Property FirstHeaderCell As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.FirstHeaderCell = value
     
    value = instance.FirstHeaderCell
    public TableElementStyle FirstHeaderCell {get; set;}
    See Also