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


In This Topic
    RowColCollection Class Members
    In This Topic

    The following tables list the members exposed by RowColCollection.

    Public Properties
     NameDescription
    Public PropertyGets or sets the number of rows or columns in the collection.  
    Public PropertyGets or sets the default size of the rows or columns in the collection (in pixels).  
    Public PropertyGets or sets the number of fixed rows or columns in the collection.  
    Public PropertyGets or sets the number of frozen rows or columns in the collection.  
    Public PropertyGets a reference to the C1FlexGridBase control that owns this collection.  
    Public PropertyGets or sets the maximum size for rows and columns in the collection.  
    Public PropertyGets or sets the minimum size for rows and columns in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the collection contains a given row or column.  
    Public MethodGets the index of the next visible row or column.  
    Public MethodGets the index of the previous visible row or column.  
    Public MethodMoves a row or column to a new position in the collection.  
    Public MethodMoves a range of rows or columns to a new position in the collection.  
    Top
    See Also