Spread Windows Forms 12.0 Product Documentation
Add Method (TableStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableStyleCollection Class : Add Method
The style to add
Adds a table style.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As TableStyle _
) 
'Usage
 
Dim instance As TableStyleCollection
Dim item As TableStyle
 
instance.Add(item)
public void Add( 
   TableStyle item
)

Parameters

item
The style to add
See Also

Reference

TableStyleCollection Class
TableStyleCollection Members