GrapeCity.Win.MultiRow Namespace > GcMultiRow Class > Item Property : Item(Int32,Int32) Property |
<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)
Exception | Description |
---|---|
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. |
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