Version

Columns Property (WorksheetTable)

Gets the collection of columns in the table.
Syntax
public WorksheetTableColumnCollection Columns {get;}
Remarks

Each column is represented by a WorksheetTableColumn instance and contains various settings for controlling the contents, formatting, sorting, and filtering of the column.

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