GrapeCity.Win.MultiRow Namespace > GcMultiRow Class > Item Property : Item(Int32,String) Property |
<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)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The rowIndex is less than 0 or greater than the number of rows in the control minus 1. |
System.ArgumentNullException | The cellName is a null reference (Nothing in Visual Basic) or String.Empty. |
System.ArgumentException | The cell with the specified name cannot be found. |
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