TabStopList
Append Method
|
Adds a Tab to the collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
TabStop value
)
Public Function Append (
value As TabStop
) As Integer
public:
int Append(
TabStop^ value
)
member Append :
value : TabStop -> int
Parameters
-
value
-
Type:
Spire.Presentation
TabStop
The Tab object to be added at the end of the collection.
Return Value
Type:
Int32
The index at which the tab was added.
See Also