Version

Item(String) Property

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

Parameters

name
The name of the style to get.

Property Value

The style with the specified name or null if no style with that name exists.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionname is null.
Remarks

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