Edit

Share via


TabStop2.Type Property

Definition

Gets or sets the type of the TabStop2 object. Read/write.

public:
 property Microsoft::Office::Core::MsoTabStopType Type { Microsoft::Office::Core::MsoTabStopType get(); void set(Microsoft::Office::Core::MsoTabStopType value); };
public Microsoft.Office.Core.MsoTabStopType Type { get; set; }
member this.Type : Microsoft.Office.Core.MsoTabStopType with get, set
Public Property Type As MsoTabStopType

Property Value

MsoTabStopType

Remarks

Examples of MsoTabStopType types include msoTabStopCenter, msoTabStopLeft, and msoTabStopRight.

Applies to