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

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