ComponentOne FlexGrid for WinForms
Add(CellRange) Method

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class > Add Method : Add(CellRange) Method
Object to add to the collection.
Adds a new CellRange object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As CellRange _
) As Integer
public int Add( 
   CellRange value
)

Parameters

value
Object to add to the collection.

Return Value

The index of the object in the collection.
See Also

Reference

CellRangeCollection Class
CellRangeCollection Members
Overload List