Version

Contains Method (HiddenRowCollection)

Determines whether the specified row exists in the collection.
Syntax
public bool Contains( 
   WorksheetRow row
)

Parameters

row
The row to search for in the collection.

Return Value

True if the row exists in the collection; False otherwise or if the specified row 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