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