コード例 #1
0
ファイル: Point.cs プロジェクト: krishkhan/NetOffice-NuGet
        public Double PieSliceLocation(NetOffice.ExcelApi.Enums.XlPieSliceLocation loc)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(loc);
            object   returnItem  = Invoker.MethodReturn(this, "PieSliceLocation", paramsArray);

            return(NetRuntimeSystem.Convert.ToDouble(returnItem));
        }
コード例 #2
0
ファイル: Point.cs プロジェクト: toroerp/NetOffice
 public virtual Double PieSliceLocation(NetOffice.ExcelApi.Enums.XlPieSliceLocation loc)
 {
     return(InvokerService.InvokeInternal.ExecuteDoubleMethodGet(this, "PieSliceLocation", loc));
 }
コード例 #3
0
ファイル: IPoint.cs プロジェクト: realzhaorong/NetOffice
 public Double PieSliceLocation(NetOffice.ExcelApi.Enums.XlPieSliceLocation loc)
 {
     return(Factory.ExecuteDoubleMethodGet(this, "PieSliceLocation", loc));
 }