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

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