OutlookGridRowNodeCollection Class

Krypton OutlookGrid

OutlookGridRowNodeCollection Class
Krypton OutlookGrid v1.6.0
List of IOutlookGridGroups
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRowNodeCollection

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class OutlookGridRowNodeCollection
Public Class OutlookGridRowNodeCollection

The OutlookGridRowNodeCollection type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridRowNodeCollection
Initializes a new instance of the OutlookGridRowNodeCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of groups
Public propertyItem
Gets the OutlookGridRow at the specified index.
Public propertyNodes
Gets the nodes.
Public propertyParentNode
Gets the parent node.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified row.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Gets the Index of a row
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSort
Sorts this instance.
Public methodToString (Inherited from Object.)
Top
See Also