Member of ChemDraw Control.
For a list of all members defined for this collection, see StoichiometryGrids Members.
ChemDraw StoichiometryGrids Collection contains all of the StoichiometryGrid objects in the document.
StoichiometryGrids is a collection containing all of the StoichiometryGrid objects in the ChemDraw document. If myStoichiometryGrids is a StoichiometryGrids collection object:
MyStoichiometryGrids.Application returns the application associated with the StoichiometryGrids collection
MyStoichiometryGrids.Count returns the number of StoichiometryGrids in the collection
MyStoichiometryGrids.Item(i) given an index, references one StoichiometryGrid in particular
MyStoichiometryGrids.Parent returns the parent of the StoichiometryGrids collection
Using myStoichiometryGrids.Item(i) all the StoichiometryGrid properties are enabled for myStoichiometryGrids(i). This index starts with 1.
|
'Declares variables Private Sub cmdStoichiometryGrids_Click() |


