TextColumns
A collectionof text columns.
TextColumns Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the text column with the specified index or name. |
| length |
Long |
read |
The number of text columns in the collection. |
TextColumns Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any text column. |
| firstItem |
Object |
Returns the first text column. |
| itemByRange |
Objects |
Returns the text columns within the specified range. |
| lastItem |
Object |
Returns the last text column. |
| middleItem |
Object |
Returns the middle text column. |
| nextItem |
Object |
Returns the next text column. |
| previousItem |
Object |
Returns the previous text column. |
Previous post: TextDefault
Next post: TextColumn