FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCollection Class
Properties Methods


In This Topic
    RowCollection Class Members
    In This Topic

    The following tables list the members exposed by RowCollection.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the number of rows in the collection.  
    Public PropertyGets or sets the default size of the rows or columns in the collection (in pixels). (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyOverridden. Gets or sets the number of fixed rows in the collection.  
    Public PropertyGets or sets the number of frozen rows or columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets or sets the index of the row used to display the sorting and filtering glyphs.  
    Public PropertyGets or sets a value indicating whether sort, filter, pin and expression editor glyphs are displayed.  
    Public PropertyGets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets the Row at the specified index.  
    Public PropertyGets or sets the maximum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets or sets the minimum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets a collection of Row objects that are currently selected.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Appends a new Row object to the collection.  
    Public MethodAppends a new Node row to the row collection.  
    Public MethodDetermines whether the collection contains a given row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public MethodGets the index of the next visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public MethodGets the index of the previous visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public MethodAdds a new Row object to the collection at a specified position.  
    Public MethodAdds a new Node row to the row collection at a specified position.  
    Public MethodAdds a range of rows to the collection at a specified position.  
    Public MethodOverridden. Move a Row object to a new position in the collection.  
    Public MethodOverridden. Moves a range of rows to a new position in the collection.  
    Public MethodOverloaded. Removes a Row object from the collection.  
    Public MethodRemoves a range of rows from the collection.  
    Top
    See Also