| 
StyleCollection
Add Method
  | 
 Adds Style to collection
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public int Add(
	IStyle style
)
 
Public Function Add ( 
	style As IStyle
) As Integer
 
public:
virtual int Add(
	IStyle^ style
) sealed
 
abstract Add : 
style : IStyle -> int 
override Add : 
style : IStyle -> int 
 
 
 
Parameters
 
- 
style
 
- 
 Type:
 
Spire.Doc.Interface
IStyle
 
 The style.
Return Value
 
 Type:
 
Int32
 
Implements
 
IStyleCollection
Add(IStyle)
 
 
 See Also
See Also