menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CheckBoxCollection

    Represents worksheet's textbox collection.

    Inheritance
    System.Object
    CollectionBase<System.Object>
    CollectionBaseEx<System.Object>
    CheckBoxCollection
    Implements
    System.Collections.Generic.IList<System.Object>
    System.Collections.Generic.ICollection<System.Object>
    System.Collections.Generic.IEnumerable<System.Object>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    ICheckBoxes
    Inherited Members
    CollectionBase<Object>.Add(Object)
    CollectionBase<Object>.Capacity
    CollectionBase<Object>.Clear()
    CollectionBase<Object>.Contains(Object)
    CollectionBase<Object>.CopyTo(Object[], Int32)
    CollectionBase<Object>.Count
    CollectionBase<Object>.GetEnumerator()
    CollectionBase<Object>.IndexOf(Object)
    CollectionBase<Object>.InnerList
    CollectionBase<Object>.Insert(Int32, Object)
    CollectionBase<Object>.IsReadOnly
    CollectionBase<Object>.List
    CollectionBase<Object>.Remove(Object)
    CollectionBase<Object>.RemoveAt(Int32)
    CollectionBaseEx<Object>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.AppImplementation
    CollectionBaseEx<Object>.Application
    CollectionBaseEx<Object>.Changed
    CollectionBaseEx<Object>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<Object>.Cleared
    CollectionBaseEx<Object>.Clearing
    CollectionBaseEx<Object>.ClearMaxValues()
    CollectionBaseEx<Object>.Clone(Object)
    CollectionBaseEx<Object>.EnsureCapacity(Int32)
    CollectionBaseEx<Object>.FindParent(Type)
    CollectionBaseEx<Object>.FindParent(Type, Boolean)
    CollectionBaseEx<Object>.GenerateDefaultName(ICollection<Object>, String)
    CollectionBaseEx<Object>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<Object>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<Object>.Inserted
    CollectionBaseEx<Object>.Inserting
    CollectionBaseEx<Object>.OnClear()
    CollectionBaseEx<Object>.OnClearComplete()
    CollectionBaseEx<Object>.OnInsert(Int32, Object)
    CollectionBaseEx<Object>.OnInsertComplete(Int32, Object)
    CollectionBaseEx<Object>.OnRemove(Int32, Object)
    CollectionBaseEx<Object>.OnRemoveComplete(Int32, Object)
    CollectionBaseEx<Object>.OnSet(Int32, Object, Object)
    CollectionBaseEx<Object>.OnSetComplete(Int32, Object, Object)
    CollectionBaseEx<Object>.Parent
    CollectionBaseEx<Object>.QuietMode
    CollectionBaseEx<Object>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.Removed
    CollectionBaseEx<Object>.Removing
    CollectionBaseEx<Object>.Set
    CollectionBaseEx<Object>.SetParent(Object)
    CollectionBaseEx<Object>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class CheckBoxCollection : CollectionBaseEx<object>, IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IParentApplication, ICloneParent, ICheckBoxes

    Constructors

    CheckBoxCollection(IApplication, Object)

    Initializes new instance of the collection.

    Declaration
    public CheckBoxCollection(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new instance.

    System.Object parent

    Parent object for the new instance.

    Properties

    Item[Int32]

    Returns single item from the collection.

    Declaration
    public ICheckBoxShape this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    Index of the item to get.

    Property Value
    Type Description
    ICheckBoxShape

    Single item from the collection.

    Item[String]

    Gets single item from the collection.

    Declaration
    public ICheckBoxShape this[string name] { get; }
    Parameters
    Type Name Description
    System.String name

    Name of the item to get.

    Property Value
    Type Description
    ICheckBoxShape

    Single item from the collection.

    Methods

    AddCheckBox(ICheckBoxShape)

    Adds new item to the collection.

    Declaration
    public void AddCheckBox(ICheckBoxShape checkbox)
    Parameters
    Type Name Description
    ICheckBoxShape checkbox

    Checkbox to add.

    AddCheckBox(Int32, Int32, Int32, Int32)

    Adds new textbox to the collection.

    Declaration
    public ICheckBoxShape AddCheckBox(int row, int column, int height, int width)
    Parameters
    Type Name Description
    System.Int32 row

    Top row for the new shape.

    System.Int32 column

    Left column for the new shape.

    System.Int32 height

    Height in pixels of the new shape.

    System.Int32 width

    Width in pixels of the new shape.

    Returns
    Type Description
    ICheckBoxShape

    Newly created TextBox object.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    ICheckBoxes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved