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


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

Parameters

rowIndex
The index of the row that contains the cell.
cellName
The name of the cell.

Property Value

A Cell with the specified row index and cell name.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe rowIndex is less than 0 or greater than the number of rows in the control minus 1.
System.ArgumentNullExceptionThe cellName is a null reference (Nothing in Visual Basic) or String.Empty.
System.ArgumentException The cell with the specified name cannot be found.
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.