<FeatureAttribute(Name="CellCollection", Version="v5.0")>
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Cell
Dim instance As CellCollection
Dim name As String
Dim value As Cell
value = instance.Item(name)
[Feature(Name="CellCollection", Version="v5.0")]
public Cell Item(
string
) {get;}
Parameters
- name
- The name of the cell.
Property Value
A
Cell that represents the cell with the specified name.
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