Share via


TableStyleInfo.ShowColumnStripes Property

Show Column Stripes.Represents the attribte in schema: showColumnStripes

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showColumnStripes")> _
Public Property ShowColumnStripes As BooleanValue
    Get
    Set
'Usage
Dim instance As TableStyleInfo
Dim value As BooleanValue

value = instance.ShowColumnStripes

instance.ShowColumnStripes = value
[SchemaAttrAttribute(, "showColumnStripes")]
public BooleanValue ShowColumnStripes { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TableStyleInfo Class

TableStyleInfo Members

DocumentFormat.OpenXml.Spreadsheet Namespace