TabStop2.Type Property
Gets or sets the type of the TabStop2 object. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Type As MsoTabStopType
Get
Set
'Usage
Dim instance As TabStop2
Dim value As MsoTabStopType
value = instance.Type
instance.Type = value
MsoTabStopType Type { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTabStopType
MsoTabStopType
Remarks
Examples of MsoTabStopType types include msoTabStopCenter, msoTabStopLeft, and msoTabStopRight.