'Declaration Public Property AlternateColumnStripeWidth As System.Integer
public System.int AlternateColumnStripeWidth {get; set;}
Exception | Description |
---|---|
System.InvalidOperationException | The 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. |
The stripe sizes must be between 1 and 9, inclusive.
The column stripes are assigned from left to right in the table, first assigning the column stripe, then the alternate column stripe, then repeating.
The alternate column stripe format is defined in the AreaFormats collection and keyed by the WorksheetTableStyleArea.AlternateColumnStripe value.
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, 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
View on GitHub