Difference between revisions of "Activity:CreateOLERow (Activity)"
(Created page with "The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a CreateOLESQLScope, a...") |
(→See also) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a [[Activity: | + | The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a [[Activity:CreateOLETableScope (Activity)|CreateOLETableScope]]. |
=Description= | =Description= | ||
Line 26: | Line 26: | ||
===Usage=== | ===Usage=== | ||
− | This activity is used to create a single row within a valid OLE table scope | + | This activity is used to create a single row within a valid OLE table scope. |
=Example= | =Example= | ||
===Excel document=== | ===Excel document=== | ||
− | [[File:UI_Activity_CreateOLERow_Excel.png]] | + | [[File:UI_Activity_CreateOLERow_Excel.png|border|CreateOLERow]] |
+ | [[File:UI_Activity_CreateOLERow_Arguments_Excel.png|border|CreateOLERow Arguments]] | ||
<headertabs /> | <headertabs /> | ||
Line 36: | Line 37: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[Activity: | + | * [[Activity:CreateOLETableScope (Activity)]] |
− | * [[Activity: | + | * [[Activity:EditOLERow (Activity)]] |
− | * [[Activity: | + | * [[Activity:EditOLEValue (Activity)]] |
− | [[Category:OLE]] | + | [[Category:OLE|CreateOLERow (Activity)]] |
Latest revision as of 07:58, 11 April 2018
The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a CreateOLETableScope.