Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellList Class


In This Topic
    CellList Class Methods
    In This Topic

    For a list of all members of this type, see CellList members.

    Public Methods
     NameDescription
    Public MethodAdds a cell to the list.  
    Public MethodRemoves all cells from the list.  
    Public MethodRetrieves a boolean value indicating if a specific cell exists in the list.  
    Public MethodCopies the elements of the list to the specified array. (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Public MethodOverloaded. Searches for the specified Xceed.Grid.Cell object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a cell into the list at the specified index.  
    Public MethodRemoves the cell from the list.  
    Public MethodRemoves the cell from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Creates a cell from from a template.  
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the CellList instance.  
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes before inserting a new element into the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the CellList instance.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Performs additional custom processes when a place holder has been inserted.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Performs additional custom processes when removing an element from the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes after removing an element from the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the CellList instance.  
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Top
    See Also