Пример #1
0
 public virtual NetOffice.ExcelApi.TableStyleElement this[NetOffice.ExcelApi.Enums.XlTableStyleElementType index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.ExcelApi.TableStyleElement>(this, "_Default", typeof(NetOffice.ExcelApi.TableStyleElement), index));
     }
 }
 public NetOffice.ExcelApi.TableStyleElement this[NetOffice.ExcelApi.Enums.XlTableStyleElementType index]
 {
     get
     {
         return(Factory.ExecuteKnownReferencePropertyGet <NetOffice.ExcelApi.TableStyleElement>(this, "_Default", NetOffice.ExcelApi.TableStyleElement.LateBindingApiWrapperType, index));
     }
 }
 public NetOffice.ExcelApi.TableStyleElement this[NetOffice.ExcelApi.Enums.XlTableStyleElementType index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.PropertyGet(this, "_Default", paramsArray);
         NetOffice.ExcelApi.TableStyleElement newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.TableStyleElement.LateBindingApiWrapperType) as NetOffice.ExcelApi.TableStyleElement;
         return(newObject);
     }
 }