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


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