Version

AlternateRowStripeHeight Property

Gets or sets the number of rows which will span each alternate row stripe.
Syntax
'Declaration
 
Public Property AlternateRowStripeHeight As Integer
public int AlternateRowStripeHeight {get; set;}

Property Value

The number of rows which will span each alternate row stripe.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe value is set and IsCustom is False, indicating that the style is a read-only, standard table style.
System.ArgumentOutOfRangeException The value assigned is less than 1 or greater than 9.
Remarks

The stripe sizes must be between 1 and 9, inclusive.

The row stripes are assigned from top to bottom in the table, first assigning the row stripe, then the alternate row stripe, then repeating.

The alternate row stripe format is defined in the AreaFormats collection and keyed by the WorksheetTableStyleArea.AlternateRowStripe value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also