Exemple #1
0
 public virtual NetOffice.ExcelApi.Dialog this[NetOffice.ExcelApi.Enums.XlBuiltInDialog index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.ExcelApi.Dialog>(this, "_Default", typeof(NetOffice.ExcelApi.Dialog), index));
     }
 }
Exemple #2
0
 public NetOffice.ExcelApi.Dialog this[NetOffice.ExcelApi.Enums.XlBuiltInDialog index]
 {
     get
     {
         return(Factory.ExecuteKnownReferencePropertyGet <NetOffice.ExcelApi.Dialog>(this, "_Default", NetOffice.ExcelApi.Dialog.LateBindingApiWrapperType, index));
     }
 }
Exemple #3
0
 public NetOffice.ExcelApi.Dialog this[NetOffice.ExcelApi.Enums.XlBuiltInDialog index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.PropertyGet(this, "_Default", paramsArray);
         NetOffice.ExcelApi.Dialog newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.Dialog.LateBindingApiWrapperType) as NetOffice.ExcelApi.Dialog;
         return(newObject);
     }
 }