예제 #1
0
 public void _ApplyDataLabels(LateBindingApi.Office.Enums.XlDataLabelsType type, object iMsoLegendKey, object autoText, object hasLeaderLines)
 {
     object[] paramArray = new object[4];
     paramArray[0] = type;
     paramArray[1] = iMsoLegendKey;
     paramArray[2] = autoText;
     paramArray[3] = hasLeaderLines;
     Invoker.Method(this, "_ApplyDataLabels", paramArray);
 }
예제 #2
0
 public void ApplyDataLabels(LateBindingApi.Office.Enums.XlDataLabelsType type, object iMsoLegendKey, 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] = iMsoLegendKey;
     paramArray[2] = autoText;
     paramArray[3] = hasLeaderLines;
     paramArray[4] = showSeriesName;
     paramArray[5] = showCategoryName;
     paramArray[6] = showValue;
     paramArray[7] = showPercentage;
     paramArray[8] = showBubbleSize;
     paramArray[9] = separator;
     Invoker.Method(this, "ApplyDataLabels", paramArray);
 }
예제 #3
0
 public void ApplyDataLabels(LateBindingApi.Office.Enums.XlDataLabelsType type)
 {
     object[] paramArray = new object[1];
     paramArray[0] = type;
     Invoker.Method(this, "ApplyDataLabels", paramArray);
 }