Пример #1
0
        public NetOffice.PowerPointApi.PrintRange Add(Int32 start, Int32 end)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(start, end);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.PrintRange newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PrintRange.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PrintRange;
            return(newObject);
        }
Пример #2
0
 public NetOffice.PowerPointApi.PrintRange this[Int32 index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.PrintRange newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.PrintRange.LateBindingApiWrapperType) as NetOffice.PowerPointApi.PrintRange;
         return(newObject);
     }
 }