FlexGrid for WinForms
RowCollection Class Members
Properties  Methods 

The following tables list the members exposed by RowCollection.

Public Properties
 NameDescription
Public PropertyCountOverridden. Gets or sets the number of rows or columns in the collection.  
Public PropertyDefaultSizeGets or sets the default size of the rows or columns in the collection (in pixels). (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertyFixedOverridden. Gets or sets the number of fixed rows or columns in the collection.  
Public PropertyFrozenGets or sets the number of frozen rows or columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertyGlyphRowGets or sets the index of the row used to display the sorting and filtering glyphs.  
Public PropertyGridGets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertyItemGets the Row at the specified index.  
Public PropertyMaxSizeGets or sets the maximum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertyMinSizeGets or sets the minimum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertySelectedGets a collection of Row objects that are currently selected.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Appends a new Row object to the collection.  
Public MethodAddNodeAppends a new Node row to the row collection.  
Public MethodContainsDetermines whether the collection contains a given row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public MethodGetNextGets the index of the next visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public MethodGetPreviousGets the index of the previous visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public MethodInsertAdds a new Row object to the collection at a specified position.  
Public MethodInsertNodeAdds a new Node row to the row collection at a specified position.  
Public MethodInsertRangeAdds a range of rows to the collection at a specified position.  
Public MethodMoveOverridden. Moves a row or column to a new position in the collection.  
Public MethodMoveRangeOverridden. Moves a range of rows or columns to a new position in the collection.  
Public MethodRemoveOverloaded. Removes a Row object from the collection.  
Public MethodRemoveRangeRemoves a range of rows from the collection.  
Top
See Also

Reference

RowCollection Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback