Method | Description | |
---|---|---|
OAProperty ( |
||
get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object |
Returns one element of a list.
|
|
let_Value ( object value ) : void |
Setter function to set properties values.
|
|
set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void |
Sets the value of the property at the specified index.
|
public OAProperty ( |
||
parent | ||
pi | ||
return | System |
public get_IndexedValue ( object index1, object index2, object index3, object index4 ) : object | ||
index1 | object | The index of the item to display. |
index2 | object | The index of the item to display. Reserved for future use. |
index3 | object | The index of the item to display. Reserved for future use. |
index4 | object | The index of the item to display. Reserved for future use. |
return | object |
public set_IndexedValue ( object index1, object index2, object index3, object index4, object value ) : void | ||
index1 | object | The index of the item to set. |
index2 | object | Reserved for future use. |
index3 | object | Reserved for future use. |
index4 | object | Reserved for future use. |
value | object | The value to set. |
return | void |