'Declaration Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Cell
'Usage Dim instance As Cells Dim tag As String Dim value As Cell value = instance.Item(tag)
public Cell Item( string tag ) {get;}
fpSpread1.Sheets[0].Cells["B1"].Text = "test";
fpSpread1.Sheets(0).Cells("B1").Text = "test"
Cells Class Cells Members Overload List