| Name
|
Brief
|
Example
|
| Activate
|
Set worksheet as active in current workbook
|
VB, C#
|
| ClearData
|
Clear data in current worksheet
|
VB, C#
|
| Copy
|
Copy a block of data from the Worksheet on to the clipboard.
|
VBA
|
| Destroy
|
Remove one worksheet from current workbook and destroy 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 a block of data, within the specified row and column range, from the Worksheet.
|
VBA, C#
|
| GetMetaData
|
Get information tree of an Origin object with an xmlDocument structure
|
VBA, C#, VC++
|
| Labels
|
Construct worksheet label region using Column Label Row Characters.
|
VBA, C#
|
| NewDataRange
|
Creating a DataRange object.
|
VBA, C#
|
| SetBinaryStorageData
|
Store an value in Origin object with specified name
|
VB
|
| SetData
|
Send 2D array to Origin. This method is the same as Application.PutWorksheet
|
VBA, C#
|
| SetMetaData
|
Update infomation of an Origin object which can be showed from Show Organizer command in context menu
|
VBA, VB
, C#
, VC++
|