Example #1
0
        public NetOffice.PowerPointApi.Sequence Add()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

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