Version

Item(String) Property

Gets the WorksheetTableColumn with the specified name or null if it doesn't exist.
Syntax
public WorksheetTableColumn Item( 
   string name
) {get;}

Parameters

name
The name of the column to get.

Property Value

The WorksheetTableColumn with the specified name or null a column with the specified name doesn't exist.
Remarks

Column names are compared case-insensitively.

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