Retrieves the cell with the specified
field name from the collection.
'Declaration
Public Overloads Overridable ReadOnly Property Item( _
ByVal As String _
) As Cell
'Usage
Dim instance As CellCollection
Dim fieldName As String
Dim value As Cell
value = instance.Item(fieldName)
public virtual Cell Item(
string
) {get;}
Parameters
- fieldName
- A string representing the field name of the cell to retrieve from the collection.
Property Value
The cell with the specified
fieldname.
Target Platforms: Windows 11, Windows 10, 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