TabStops.Item

TabStops indexer

Gets or sets a TabStop object from the collection according to TabStop index.

public TabStop this[int index] { get; set; }
ParameterDescription
indexZero-based index of element in TabStops collection.

Return Value

TabStop object.

See Also