Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableStyle Class / ColumnStripe Property

In This Topic
    ColumnStripe Property
    In This Topic
    Gets or sets the number of columns that shall comprise each a table style column band for this table style. This property determines how many columns constitute each of the column bands for the current table, allowing column band formatting to be applied to groups of columns (rather than just single alternating columns) when the table is formatted.
    Syntax
    'Declaration
     
    Public Property ColumnStripe As System.UInteger
    public System.uint ColumnStripe {get; set;}
    See Also