Get Range As Datatable

Category

Excel Commands

Description

This command gets text from a specified Excel Range and put it into a DataTable. Use this command when you want to get a value from a specific range.

Parameters

Instance Name

Enter the instance name to indicate the selected workbook

Sheet Name

Indicate the name of the sheet within the Workbook to activate

Range

Indicate the range to delete (ex. A1 or A1:C1)

First Row is Header

Select Yes will exclude the first row from the output

Variable

Assign result to variable

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\Excel Commands\Get Range As Datatable\Get Range As Datatable.xml

See Also