Gets the tabs info.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TabCollection Tabs { get; }
Public ReadOnly Property Tabs As TabCollection
	Get
public:
property TabCollection^ Tabs {
	TabCollection^ get ();
}
member Tabs : TabCollection with get

Property Value

TabCollection
The tabs info.

See Also