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