Paragraph.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.
Returns or sets a TabStops collection that represents all the custom tab stops for the specified paragraphs.
public:
property Microsoft::Office::Interop::Word::TabStops ^ TabStops { Microsoft::Office::Interop::Word::TabStops ^ get(); void set(Microsoft::Office::Interop::Word::TabStops ^ value); };
public Microsoft.Office.Interop.Word.TabStops TabStops { get; set; }
member this.TabStops : Microsoft.Office.Interop.Word.TabStops with get, set
Public Property TabStops As TabStops