User`s guide

C Utility Library
Property NumColumns As Long
Stores the colum n dimension for the array. The value of NumColumns must be
nonnegative. If the value is 0, the row index is taken from the maximum of
the values in the
ColumnIndex array.
Property RowIndex As Variant
Stores the array of row indices of the nonzero elements of the array. The value
of this property can be any type coercible to a
Variant, as well as object types,
with the restriction that the underlying array m ust resolve to or be coercible
to a numeric matrix of type
Long.IfthevalueofNumRows is nonzero and any
row index is greater than
NumRows, a bad-index error occurs. A n error also
results if the number of elements in the
RowIndex array does not match the
number of elements in the
Array property’s underlying array.
Property ColumnIndex As Variant
Stores the array of column indices of the nonzero elements of the array. The
valueofthispropertycanbeanytypecoercibletoa
Variant,aswellasobject
types, with the restriction that the underlying array must resolve to or be
coercible to a numeric m atrix of type
Long.IfthevalueofNumColumns is
nonzero and any column index is greater than
NumColumns, a bad-index error
occurs. An error also results if the number of elements in the
ColumnIndex
array does not m atch the number of elements in the Array property’s
underlying array.
Property Array As Variant
Stores the nonzero array values of the spars e array. The value of this property
can be a ny type coercible to a
Variant, as well as object types, with the
restriction that the underlying array must resolve to or be coercible to a
numeric matrix of type
Double or Boolean.
PropertyMWFlagsAsMWFlags
Stores a reference to an MWFlags object. T his property sets or gets the array
formatting and data conversion flags for a particular sparse array. Each
MWSparse object has its own MWFlags property. This property overrides the
value of any flags set on the object whose methods are called.
C-28