Version

DisplayBandedRows Property

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

The row formats are defined by the WorksheetTableStyle applied to the WorksheetTable. These are stored in the WorksheetTableStyle.AreaFormats collection and keyed by the WorksheetTableStyleArea.RowStripe and WorksheetTableStyleArea.AlternateRowStripe values. If there is no area format applied for the AlternateRowStripe 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 row stripe, the stripe widths are defined by the WorksheetTableStyle.RowStripeHeight and WorksheetTableStyle.AlternateRowStripeHeight 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