'Declaration
Public Overloads Property Item( _ ByVal cellName As System.String _ ) As NFormulaCell
'Usage
Dim instance As NFormulaCellDictionary Dim cellName As System.String Dim value As NFormulaCell instance.Item(cellName) = value value = instance.Item(cellName)
public NFormulaCell Item( System.string cellName ) {get; set;}
Parameters
- cellName