Click or drag to resize

FoxArray Methods

X#

The FoxArray type exposes the following members.

Functions
  NameDescription
Public methodDeleteColumn
Delete a column from a multi dimensional array.
Public methodDeleteRow
Delete a row from a multi dimensional array.
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from Array.)
Public methodInsertColumn
Insert a column into a multi dimensional array.
Public methodInsertRow
Insert a row into a multi dimensional array.
Public methodReDim
Public methodToString
Returns a string that represents the current object.
(Inherited from Array OfT.)
Top
Explicit Interface Implementations
See Also