public interface INamedListValue
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
name()
Returns the name of the value list.
|
IList |
values()
Returns the list of values.
|
Object |
values(int index) |
String name()
Returns the name of the value list.
Getter method for the COM property "Name"
IList values()
Returns the list of values.
Getter method for the COM property "Values"
Object values(int index)
Copyright © 2020. All rights reserved.