CSReportDll.cReportFormulas.item C# (CSharp) Method

item() public method

public item ( String key ) : cReportFormula
key String
return cReportFormula
        public cReportFormula item(String key)
        {
            try
            {
                return (cReportFormula)this.BaseGet(key);
            }
            catch
            {
                return null;
            }
        }

Same methods

cReportFormulas::item ( int index ) : cReportFormula