Collapse All
Expand All
C#
vvvv45 plugin specification
ISpread
.
.
::
.
.
Item Property
ISpread Interface
See Also
Send Feedback
Provides random read/write access to the actual data.
Namespace:
VVVV.PluginInterfaces.V2.NonGeneric
Assembly:
VVVV.PluginInterfaces
(in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C#
Object
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
System
.
.
::
.
.
Int32
See Also
ISpread Interface
VVVV.PluginInterfaces.V2.NonGeneric Namespace