Version

DisplayBandedColumns Property

Gets or sets the value which indicates whether the alternate column format should be applied to the appropriate columns of the WorksheetTable.
Syntax
public bool DisplayBandedColumns {get; set;}
Remarks

The column formats are defined by the WorksheetTableStyle applied to the WorksheetTable. These are stored in the WorksheetTableStyle.AreaFormats collection and keyed by the WorksheetTableStyleArea.ColumnStripe and WorksheetTableStyleArea.AlternateColumnStripe values. If there is no area format applied for the AlternateColumnStripe value, this property has no effect on the display of the table.

If this value is True and there is an area format for the alternate column stripe, the stripe widths are defined by the WorksheetTableStyle.ColumnStripeWidth and WorksheetTableStyle.AlternateColumnStripeWidth values.

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