Exemplo n.º 1
0
 public virtual void RemoveNode(NetOffice.OWC10Api.FieldListNode pfln)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "RemoveNode", pfln);
 }
Exemplo n.º 2
0
 public virtual NetOffice.OWC10Api.FieldListNode GetNextSelected(NetOffice.OWC10Api.FieldListNode pfln)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OWC10Api.FieldListNode>(this, "GetNextSelected", typeof(NetOffice.OWC10Api.FieldListNode), pfln));
 }
Exemplo n.º 3
0
 public virtual NetOffice.OWC10Api.FieldListNode AddNode(NetOffice.OWC10Api.FieldListNode pflnParent, bool fInsertFirst, Int32 nID, string bstrName, string bstrData, Int32 nType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OWC10Api.FieldListNode>(this, "AddNode", typeof(NetOffice.OWC10Api.FieldListNode), new object[] { pflnParent, fInsertFirst, nID, bstrName, bstrData, nType }));
 }