ComponentOne FlexGrid for WinForms
RowCol Class Members
Properties  Methods 

C1.Win.C1FlexGrid Namespace : RowCol Class

The following tables list the members exposed by RowCol.

Public Properties
 NameDescription
Public PropertyGets or sets whether the user can drag this row or column with the mouse.  
Public PropertyGets or sets whether cells on this row or column can be edited by the user.  
Public PropertySpecifies whether adjacent cells with similar contents will be merged.  
Public PropertyGets or sets whether the user can resize this row or column with the mouse.  
Public PropertyGets or sets a list of items to be used by the drop-down editor.  
Public PropertyGets or sets an System.Collections.IDictionary object used to translate data values into display values for this row or column.  
Public PropertyGets or sets the type of object stored in this row or column.  
Public PropertyGets or sets the input mask to use when editing cells on this column.  
Public PropertyGets or sets the custom editor used to edit cells in this column.  
Public PropertyGets or sets a string that specifies how to format the data on this column.  
Public PropertyGets a reference to the C1FlexGridBase control that owns this row or column.  
Public PropertyGets or sets an ImageAlignEnum value that determines how images are aligned in scrollable cells on this row or column.  
Public PropertyGets or sets an ImageAlignEnum value that determines how images are aligned in fixed cells on this row or column.  
Public PropertyGets or sets a value that determines whether images found in this row or column's ImageMap should be displayed instead of or in addition to the cell text.  
Public PropertyGets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column.  
Public PropertyGets the index of this row or column in its parent collection.  
Public PropertyGets whether this row is collapsed.  
Public PropertyGets whether this row is currently visible to the user.  
Public PropertyGets or sets whether this row or column is selected.  
Public PropertyGets or sets a custom CellStyle associated with this row or column.  
Public PropertyGets the style used to display this row or column.  
Public PropertyGets the stock CellStyle used to paint fixed cells in this row or column.  
Public PropertyGets the style used to display fixed cells on this row or column.  
Public PropertyGets the custom style associated with fixed cells on this row or column, creating a new one of necessary.  
Public PropertyGets or sets a custom CellStyle associated with this row or column, creating a new style if necessary.  
Public PropertyGets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column.  
Public PropertyGets or sets a TextAlignEnum value that determines how text is aligned in fixed cells on this row or column.  
Public PropertyGets or sets user data associated with this row or column.  
Public PropertyGets or sets whether a Row or Column is visible.  
Top
Public Methods
 NameDescription
Public MethodClears the contents of the row or column.  
Public MethodInvalidates an individual row or column, causing it to be repainted.  
Public MethodMoves this row or column to a new position in the collection.  
Top
See Also

Reference

RowCol Class
C1.Win.C1FlexGrid Namespace