Version

DisplayLastColumnFormatting Property

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

The last column format is defined by the WorksheetTableStyle applied to the WorksheetTable. It is stored in the WorksheetTableStyle.AreaFormats collection and keyed by the WorksheetTableStyleArea.LastColumn value. If there is no area format applied for the LastColumn value, this property has no effect on the display of the table.

If there is only one column in the table and both the first and last column formatting should be applied, the last column format will take precedence.

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