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


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