Version

Remove Method (HiddenColumnCollection)

Removes the specified column from the collection if it exists.
Syntax
public bool Remove( 
   WorksheetColumn column
)

Parameters

column
The column to removed from the collection.

Return Value

True if the column existed in the collection and was removed; False otherwise or if the specified column 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