Gets the collection of TabPosition objects representing tab stops
associated with the current text.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlElementAttribute("TabPositions")] public TabPositionCollection TabPositions { get; } |
Visual Basic |
---|
<XmlElementAttribute("TabPositions")> _ Public ReadOnly Property TabPositions As TabPositionCollection Get |
Remarks
This method always returns a non-nullTabPositionCollection,
initializing it if it did not exist.
To test whether the current object has any tab stops defined
without creating the TabPositions collection,
use the HasTabPositions property.