示例#1
0
        /**
         * Gets the function name
         * @param ws the workbook settings
         * @return the function name
         */
        public string getName(WorkbookSettings ws)
        {
            FunctionNames fn = ws.getFunctionNames();

            return(fn.getName(this));
        }