| Name
|
Brief
|
Example
|
| Activate
|
Make current datarange as active
|
VB
|
| Add
|
Add a block of data to datarange
|
VB
|
| AddMatrix
|
Add an matrixobject of the matrixsheet to datarange
|
VB
|
| AddSimple
|
Add a block of data from worksheet to datarange
|
VB
|
| Destroy
|
Remove this datarange from current project and destory it
|
VBA
|
| Execute
|
Run LabTalk script in the context of the object, so that the script can assume the object is the active object. This is applicable to Layer and Page objects only.
|
VBA
|
| GetBinaryStorageData
|
Get value stored by SetBinaryStorageData with specified name
|
VBA
|
| GetData
|
Get all data of one subrange in this datarange
|
VB
|
| GetMetaData
|
Get information tree of an Origin object with an xmlDocument structure
|
VBA, C#, VC++
|
| SetBinaryStorageData
|
Store an value in Origin object with specified name
|
VB
|
| SetData
|
Set data of each subrange
|
VB
|
| SetMetaData
|
Update information of an Origin object which can be showed from Show Organizer command in context menu
|
VBA, VB
, C#
, VC++
|