Version

IndexOf Method (CustomTableStyleCollection)

Gets the index of the specified style in the collection.
Syntax
public int IndexOf( 
   WorksheetTableStyle style
)

Parameters

style
The style to find in the collection.

Return Value

The 0-based index of the specified style in the collection or -1 if the style is not in the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionstyle is null.
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