Version

Remove Method (HiddenRowCollection)

Removes the specified row from the collection if it exists.
Syntax
public bool Remove( 
   WorksheetRow row
)

Parameters

row
The row to removed from the collection.

Return Value

True if the row existed in the collection and was removed; 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