ColDim Property

Gets or sets the array dimension that will get mapped to the grid's columns.

Syntax

object.ColDim [= dimension]

Parameters

dimension
A Long expression that specifies the dimension to be mapped to the grid's columns.

Remarks

Note: You must call the Update method before any change to ColDim takes effect.

Both dimension numbers and array indexes begin with index 0.

For arrays of rank 3 or greater, the AvisGrid control can only display grids of a single 2D "slice" of the array. For these higher dimensionality data sets, you can use the ColDim and RowDim properties to control the direction of this slice and the SetROI method to determine which particular slice of the dataset gets mapped to the grid.

See Also

SetROI, RowDim, Update