![]() | Type | Description | ||
| Index as Variant | A long expression that indicates the index of the editor being accessed. | |||
| Editor | An Editor object being requested. |
The following sample displays the list of control's editors collection:
Dim e As EXMLGRIDLibCtl.Editor
For Each e In XMLGrid1.Editors
Debug.Print e.Key