FoxArray Methods |
The FoxArray type exposes the following members.
Name | Description | |
---|---|---|
DeleteColumn | Delete a column from a multi dimensional array. | |
DeleteRow | Delete a row from a multi dimensional array. | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from Array.) | |
InsertColumn | Insert a column into a multi dimensional array. | |
InsertRow | Insert a row into a multi dimensional array. | |
ReDim | ||
ToString | Returns a string that represents the current object. (Inherited from Array OfT.) |
Name | Description | |
---|---|---|
IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from Array OfT.) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from Array OfT.) |