'Declaration
Public Overloads Property Item( _ ByVal cellReference As String _ ) As Object
public object Item( string cellReference ) {get; set;}
Parameters
- cellReference
- Cell reference using Excel notation (e.g. "A1", "AB32").
'Declaration
Public Overloads Property Item( _ ByVal cellReference As String _ ) As Object
public object Item( string cellReference ) {get; set;}