Spread Windows Forms 12.0 Product Documentation
StyleInfo Constructor()
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > StyleInfo Class > StyleInfo Constructor : StyleInfo Constructor()
Creates a new StyleInfo object.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New StyleInfo()
public StyleInfo()
Example
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo;
si.BackColor = Color.Yellow;
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo
si.BackColor = Color.Yellow
fpSpread1.ActiveSheet.DefaultStyle = si
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List