menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExtensionClass - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved