'DeclarationPublic Function IndexOf( _ ByVal cell As NFormulaCell _ ) As System.Integer
'UsageDim instance As NFormulaRow Dim cell As NFormulaCell Dim value As System.Integer value = instance.IndexOf(cell)
public System.int IndexOf( NFormulaCell cell )
Parameters
- cell