コード例 #1
0
        public COMVariant _ApplyDataLabels(LateBindingApi.Excel.Enums.XlDataLabelsType type)
        {
            object[] paramArray = new object[1];
            paramArray[0] = type;
            object     returnValue  = Invoker.MethodReturn(this, "_ApplyDataLabels", paramArray);
            COMVariant returnObject = LateBindingApi.Core.Factory.CreateVariantFromComProxy(this, returnValue);

            return(returnObject);
        }
コード例 #2
0
        public COMVariant ApplyDataLabels(LateBindingApi.Excel.Enums.XlDataLabelsType type, object legendKey, object autoText)
        {
            object[] paramArray = new object[3];
            paramArray[0] = type;
            paramArray[1] = legendKey;
            paramArray[2] = autoText;
            object     returnValue  = Invoker.MethodReturn(this, "ApplyDataLabels", paramArray);
            COMVariant returnObject = LateBindingApi.Core.Factory.CreateVariantFromComProxy(this, returnValue);

            return(returnObject);
        }
コード例 #3
0
        public COMVariant ApplyDataLabels(LateBindingApi.Excel.Enums.XlDataLabelsType type, object legendKey, object autoText, object hasLeaderLines, object showSeriesName, object showCategoryName, object showValue, object showPercentage, object showBubbleSize, object separator)
        {
            object[] paramArray = new object[10];
            paramArray[0] = type;
            paramArray[1] = legendKey;
            paramArray[2] = autoText;
            paramArray[3] = hasLeaderLines;
            paramArray[4] = showSeriesName;
            paramArray[5] = showCategoryName;
            paramArray[6] = showValue;
            paramArray[7] = showPercentage;
            paramArray[8] = showBubbleSize;
            paramArray[9] = separator;
            object     returnValue  = Invoker.MethodReturn(this, "ApplyDataLabels", paramArray);
            COMVariant returnObject = LateBindingApi.Core.Factory.CreateVariantFromComProxy(this, returnValue);

            return(returnObject);
        }