AnalysisCollection Class |
Namespace: Easymap.AddIn.Analyse
The AnalysisCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of items in AnalysisCollection | |
| Document |
Gets the associated Document of the SheetCollection.
| |
| ItemInt32 |
Gets a Analysis by it's index.
| |
| ItemString |
Gets a Analysis by it's caption.
|
| Name | Description | |
|---|---|---|
| Contains |
True, if the collection contains the specified Analysis.
| |
| Dispose | Releases all resources used by the AnalysisCollection (Overrides BaseObject.Dispose.) | |
| FindByCaption |
Gets a Analysis by it's caption.
| |
| FindByName |
Find a LTComponent by its Name (recursive)
| |
| GetEnumerator |
Enumerates through the list of analysis.
| |
| IndexOf |
Gets index of specified Analysis item.
|