'Declaration Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Cell
'Usage Dim instance As Worksheet Dim tag As String Dim value As Cell value = instance.Item(tag)
public Cell Item( string tag ) {get;}
Target Platforms: Windows Server 2012, Windows RT
Worksheet Class Worksheet Members Overload List
Copyright © GrapeCity, inc. All rights reserved.