Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / ShowTableStyleColumnStripes Property


In This Topic
    ShowTableStyleColumnStripes Property
    In This Topic
    Gets or sets a value indicating whether the Column Stripes table style is used for the specified table object.
    Syntax
    'Declaration
     
    
    Property ShowTableStyleColumnStripes As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.ShowTableStyleColumnStripes = value
     
    value = instance.ShowTableStyleColumnStripes
    bool ShowTableStyleColumnStripes {get; set;}

    Property Value

    true if the Column Stripes table style is used for the specified table object; otherwise, false.
    See Also