Interface ISectionCollection
Section collection interface.
Inherited Members
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ICollection.Count
System.Collections.ICollection.IsSynchronized
System.Collections.ICollection.SyncRoot
System.Collections.IEnumerable.GetEnumerator()
System.Collections.IList.Add(System.Object)
System.Collections.IList.Clear()
System.Collections.IList.Contains(System.Object)
System.Collections.IList.IndexOf(System.Object)
System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.IList.IsFixedSize
System.Collections.IList.IsReadOnly
System.Collections.IList.Remove(System.Object)
System.Collections.IList.RemoveAt(System.Int32)
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ISectionCollection : ICollectionBase, IList, ICollection, IEnumerable
Properties
Item[Int32]
Gets section by index
Declaration
ISection this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
ISection |
Methods
Add(ISection)
Adds new section
Declaration
int Add(ISection section)
Parameters
Type | Name | Description |
---|---|---|
ISection | section |
Returns
Type |
---|
System.Int32 |