Version

ColumnStripeWidth Property

Gets or sets the number of columns which will span each column stripe.
Syntax
public int ColumnStripeWidth {get; set;}

Property Value

The number of columns which will span each column 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 column stripes are assigned from left to right in the table, first assigning the column stripe, then the alternate column stripe, then repeating.

The column stripe format is defined in the AreaFormats collection and keyed by the WorksheetTableStyleArea.ColumnStripe value.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also