public NetOffice.PowerPointApi.Column Add() { object[] paramsArray = null; object returnItem = Invoker.MethodReturn(this, "Add", paramsArray); NetOffice.PowerPointApi.Column newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Column.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Column; return(newObject); }
public NetOffice.PowerPointApi.Column this[Int32 index] { get { object[] paramsArray = Invoker.ValidateParamsArray(index); object returnItem = Invoker.MethodReturn(this, "Item", paramsArray); NetOffice.PowerPointApi.Column newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Column.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Column; return(newObject); } }