TabStops2 Interface

Definition

The collection of TabStop2 objects.

public interface class TabStops2 : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03BA-0000-0000-C000-000000000046")]
public interface TabStops2 : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03BA-0000-0000-C000-000000000046")>]
type TabStops2 = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface TabStops2
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Remarks

Tab stops are indexed numerically from left to right along the ruler.

Properties

Application

Gets an Application object that represents the container application

for the TabStops2 object. Read-only.

Count

Gets the number of items in the

TabStops2 collection. Read-only.

Creator

Gets a 32-bit integer that represents the Microsoft Office application in which the

TabStops2 object was created. Read-only.

DefaultSpacing

Gets or sets the default spacing between tab stops. Read/write.

Parent

Gets the parent of the specified TabStops2 object. Read-only.

Methods

Add(MsoTabStopType, Single)

Adds a new tab stop to the specified TabStops2 object.

GetEnumerator()
Item(Object)

Gets an individual object from the TabStops2 collection.

Applies to