AutoCorrectTables

A collection of auto-correct tables.

Methods

AutoCorrectTableanyItem ()
Returns any AutoCorrectTable in the collection.

number count ()
Displays the number of elements in the AutoCorrectTable.

Array of AutoCorrectTableeveryItem ()
Returns every AutoCorrectTable in the collection.

AutoCorrectTablefirstItem ()
Returns the first AutoCorrectTable in the collection.

AutoCorrectTableitem (index:
any)
Returns the AutoCorrectTable with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

AutoCorrectTableitemByName (name:
string)
Returns the AutoCorrectTable with the specified name.

Parameter Type Description
name string The name.

Array of AutoCorrectTableitemByRange (from:
any, to:
any)
Returns the AutoCorrectTables within the specified range.

Parameter Type Description
from AutoCorrectTable
Long Integer
String
The AutoCorrectTable, index, or name at the beginning of the range. Can accept: AutoCorrectTable, Long Integer or String.
to AutoCorrectTable
Long Integer
String
The AutoCorrectTable, index, or name at the end of the range. Can accept: AutoCorrectTable, Long Integer or String.

AutoCorrectTablelastItem ()
Returns the last AutoCorrectTable in the collection.

AutoCorrectTablemiddleItem ()
Returns the middle AutoCorrectTable in the collection.

AutoCorrectTablenextItem (obj:
AutoCorrectTable)
Returns the AutoCorrectTable whose index follows the specified AutoCorrectTable in the collection.

Parameter Type Description
obj AutoCorrectTable The AutoCorrectTable whose index comes before the desired AutoCorrectTable.

AutoCorrectTablepreviousItem (obj:
AutoCorrectTable)
Returns the AutoCorrectTable with the index previous to the specified index.

Parameter Type Description
obj AutoCorrectTable The index of the AutoCorrectTable that follows the desired AutoCorrectTable.

string toSource ()
Generates a string which, if executed, will return the AutoCorrectTable.

Element of:

Application.autoCorrectTables

Leave a Comment

Previous post:

Next post: