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