ComponentOne FlexGrid for WinForms
Item Property (CellRangeCollection)

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class : Item Property
Gets or sets the CellRange object at a specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As CellRange
public CellRange this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

CellRangeCollection Class
CellRangeCollection Members