ListObject.ShowTableStyleColumnStripes Property (2007 System)

Gets or sets a value that indicates whether the Column Stripes table style is used.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Property ShowTableStyleColumnStripes As Boolean
'Usage
Dim instance As ListObject 
Dim value As Boolean 

value = instance.ShowTableStyleColumnStripes

instance.ShowTableStyleColumnStripes = value
public bool ShowTableStyleColumnStripes { get; set; }
public:
property bool ShowTableStyleColumnStripes {
    bool get ();
    void set (bool value);
}
public function get ShowTableStyleColumnStripes () : boolean 
public function set ShowTableStyleColumnStripes (value : boolean)

Property Value

Type: System.Boolean
true if the Column Stripes table style is used; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace