Show / Hide Table of Contents

Interface IGPALGrid<T>

Inherited Members
IAllowGridActions<T>.AddRow(List<T>)
IAllowGridActions<T>.AddColumn(List<T>)
IAllowGridActions<T>.Rows
IAllowGridActions<T>.Columns
IAllowGridActions<T>.AddCell(T, Int32, Int32)
IAllowGridActions<T>.GetCell(Int32, Int32)
IAllowGridActions<T>.Clear()
IAllowGridActions<T>.DeleteRow(Enums.RowPosition)
IAllowGridActions<T>.Item[Int32]
IAllowGridActions<T>.Item[Int32, Int32]
IAllowGridActions<T>.Count()
IAllowGridActions<T>.Contains(T)
IAllowToGPALObject<IGPALGrid<T>>.ToGPALObject()
System.ICloneable.Clone()
System.Collections.Generic.IEnumerable<System.Collections.Generic.List<T>>.GetEnumerator()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALGrid<T> : IAllowGridActions<T>, IGPALGridNonGeneric, IAllowToGPALObject<IGPALGrid<T>>, ICloneable, IEnumerable<List<T>>, IEnumerable
Type Parameters
Name Description
T
In This Article
Back to top Generated by DocFX