ParagraphFormat2.TabStops Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a TabStops2 collection that represents all the custom tab stops for the specified paragraphs. Read-only.
public:
property Microsoft::Office::Core::TabStops2 ^ TabStops { Microsoft::Office::Core::TabStops2 ^ get(); };
public Microsoft.Office.Core.TabStops2 TabStops { get; }
member this.TabStops : Microsoft.Office.Core.TabStops2
Public ReadOnly Property TabStops As TabStops2