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


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