Version

Item(String) Property

Gets the WorksheetTableStyle with the specified name.
Syntax
public WorksheetTableStyle Item( 
   string name
) {get;}

Parameters

name
The name of the WorksheetTableStyle to find.

Property Value

The WorksheetTableStyle instance with the specified name or null if a table style with that name does not exist.
Remarks

Table style 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