FlexGrid for WinForms
ColumnCollection Class Members
Properties  Methods 

The following tables list the members exposed by ColumnCollection.

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 PropertyGridGets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
Public PropertyItemGets the Column 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 Column objects that are currently selected.  
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Appends a new Column object to this collection.  
Public MethodBuildStringGets a string build a string that contains a complete description of the column collection, suitable for persisting the control state.  
Public MethodContainsOverloaded. Gets a value that determines whether the collection contains a Column with the given name.  
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 MethodIndexOfOverloaded. Gets the index of the Column with the specified name.  
Public MethodInsertAdds a new Column object to this collection at a specified position.  
Public MethodInsertRangeAdds a range of Column objects 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 MethodParseStringParses a string containg a description of the column collection (usually obtained by calling the BuildString method) and applies it to a grid.  
Public MethodRemoveOverloaded. Removes a Column object from the collection.  
Public MethodRemoveRangeRemoves a range of Column objects from the collection.  
Top
See Also

Reference

ColumnCollection Class
C1.Win.C1FlexGrid Namespace

 

 


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

Send Feedback