GrapeCity MultiRow Windows Forms Documentation
Item(Int32,Int32) Property


The index of the row that contains the cell.
The index of the cell.
Gets or sets the cell with the specified row and cell index.
Syntax
<BrowsableAttribute(False)>
<FeatureAttribute(Name="General", Version="v5.0")>
Public Overloads ReadOnly Property Item( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer _
) As Cell
Dim instance As GcMultiRow
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim value As Cell
 
value = instance.Item(rowIndex, cellIndex)
[Browsable(false)]
[Feature(Name="General", Version="v5.0")]
public Cell Item( 
   int rowIndex,
   int cellIndex
) {get;}

Parameters

rowIndex
The index of the row that contains the cell.
cellIndex
The index of the cell.

Property Value

A Cell with the specified row and cell index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The rowIndex is less than 0 or greater than the number of rows in the control minus 1.

-or-

The cellIndex is less than 0 or greater than the number of cells in a Row minus 1.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.