Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / LastHeaderCellStyle Property


In This Topic
    LastHeaderCellStyle Property
    In This Topic
    The style of the last header cell.
    Syntax
    'Declaration
     
    Public Property LastHeaderCellStyle As TableStyleInfo
    'Usage
     
    Dim instance As TableStyle
    Dim value As TableStyleInfo
     
    instance.LastHeaderCellStyle = value
     
    value = instance.LastHeaderCellStyle
    public TableStyleInfo LastHeaderCellStyle {get; set;}
    See Also