Gets or sets the value corresponding to the key.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public int this[ params Object[] keys ] { get; set; }
Parameters
- keys
- Type: SystemObject
The key as an object array.
Return Value
Type: Int32Value corresponding to the key.
Version Information
See Also