Class ExtensionClass
Class which has a method to determine whether the specified item is in the hidden group collection.
Inheritance
System.Object
ExtensionClass
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public static class ExtensionClass : Object
Methods
Has(List<HiddenGroup>, HiddenGroup)
Determines whether the specified item is in the collection.
Declaration
public static bool Has(this List<HiddenGroup> t, HiddenGroup hiddenGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<HiddenGroup> | t | The hidden group collection. |
| HiddenGroup | hiddenGroup | Specific hidden group item. |
Returns
| Type |
|---|
| System.Boolean |