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


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