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


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