OutlookGridColumnCollection Methods

Krypton OutlookGrid

OutlookGridColumnCollection Methods
Krypton OutlookGrid v1.6.0

The OutlookGridColumnCollection type exposes the following members.

Methods
  Name Description
Public method Add
Add an OutlookGridColumn to the collection.
Public method AddRange (Inherited from ListOutlookGridColumn.)
Public method AsReadOnly (Inherited from ListOutlookGridColumn.)
Public method BinarySearch(T) (Inherited from ListOutlookGridColumn.)
Public method BinarySearch(T, IComparerT) (Inherited from ListOutlookGridColumn.)
Public method BinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListOutlookGridColumn.)
Public method Clear (Inherited from ListOutlookGridColumn.)
Public method Contains (Inherited from ListOutlookGridColumn.)
Public method ConvertAllTOutput (Inherited from ListOutlookGridColumn.)
Public method CopyTo(T) (Inherited from ListOutlookGridColumn.)
Public method CopyTo(T, Int32) (Inherited from ListOutlookGridColumn.)
Public method CopyTo(Int32, T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public method CountGrouped
Gets the number of columns grouped
Public method DebugOutput
Outputs Debug information to the console.
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from ListOutlookGridColumn.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from ListOutlookGridColumn.)
Public method FindAll (Inherited from ListOutlookGridColumn.)
Public method FindFromColumnIndex
Gets the column from its real index (from the underlying DataGridViewColumn)
Public method FindFromColumnName
Gets the column from its name
Public method FindGroupedColumns
Gets the list of grouped columns
Public method FindIndex(PredicateT) (Inherited from ListOutlookGridColumn.)
Public method FindIndex(Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public method FindIndex(Int32, Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public method FindLast (Inherited from ListOutlookGridColumn.)
Public method FindLastIndex(PredicateT) (Inherited from ListOutlookGridColumn.)
Public method FindLastIndex(Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public method FindLastIndex(Int32, Int32, PredicateT) (Inherited from ListOutlookGridColumn.)
Public method ForEach (Inherited from ListOutlookGridColumn.)
Public method GetEnumerator (Inherited from ListOutlookGridColumn.)
Public method GetHashCode (Inherited from Object.)
Public method GetIndexAndSortGroupedColumns
Gets a list of columns which are sorted and not grouped.
Public method GetIndexAndSortSortedOnlyColumns
Gets a list of columns which are sorted and not grouped.
Public method GetRange (Inherited from ListOutlookGridColumn.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from ListOutlookGridColumn.)
Public method IndexOf(T, Int32) (Inherited from ListOutlookGridColumn.)
Public method IndexOf(T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public method Insert (Inherited from ListOutlookGridColumn.)
Public method InsertRange (Inherited from ListOutlookGridColumn.)
Public method LastIndexOf(T) (Inherited from ListOutlookGridColumn.)
Public method LastIndexOf(T, Int32) (Inherited from ListOutlookGridColumn.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from ListOutlookGridColumn.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from ListOutlookGridColumn.)
Public method RemoveAll (Inherited from ListOutlookGridColumn.)
Public method RemoveAt (Inherited from ListOutlookGridColumn.)
Public method RemoveRange (Inherited from ListOutlookGridColumn.)
Public method Reverse (Inherited from ListOutlookGridColumn.)
Public method Reverse(Int32, Int32) (Inherited from ListOutlookGridColumn.)
Public method Sort (Inherited from ListOutlookGridColumn.)
Public method Sort(IComparerT) (Inherited from ListOutlookGridColumn.)
Public method Sort(ComparisonT) (Inherited from ListOutlookGridColumn.)
Public method Sort(Int32, Int32, IComparerT) (Inherited from ListOutlookGridColumn.)
Public method ToArray (Inherited from ListOutlookGridColumn.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from ListOutlookGridColumn.)
Public method TrueForAll (Inherited from ListOutlookGridColumn.)
Top
See Also