'DeclarationPublic Function GetName( _ ByVal cell As NFormulaCell _ ) As System.String
'UsageDim instance As NFormulaCellDictionary Dim cell As NFormulaCell Dim value As System.String value = instance.GetName(cell)
public System.string GetName( NFormulaCell cell )
Parameters
- cell