'DeclarationPublic Default Property Item( _ ByVal index As System.Integer _ ) As NFormulaRow
'UsageDim 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