コード例 #1
0
ファイル: Borders.cs プロジェクト: realzhaorong/NetOffice
 public NetOffice.OWC10Api.Border this[NetOffice.OWC10Api.Enums.XlBordersIndex index]
 {
     get
     {
         return(Factory.ExecuteKnownReferencePropertyGet <NetOffice.OWC10Api.Border>(this, "Item", NetOffice.OWC10Api.Border.LateBindingApiWrapperType, index));
     }
 }
コード例 #2
0
 public virtual NetOffice.OWC10Api.Border this[NetOffice.OWC10Api.Enums.XlBordersIndex index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.OWC10Api.Border>(this, "Item", typeof(NetOffice.OWC10Api.Border), index));
     }
 }
コード例 #3
0
 public NetOffice.OWC10Api.Border this[NetOffice.OWC10Api.Enums.XlBordersIndex index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.PropertyGet(this, "Item", paramsArray);
         NetOffice.OWC10Api.Border newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OWC10Api.Border.LateBindingApiWrapperType) as NetOffice.OWC10Api.Border;
         return(newObject);
     }
 }