Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / StyleInfo Constructor / StyleInfo Constructor()
Example


In This Topic
    StyleInfo Constructor()
    In This Topic
    Creates a set of cell-level style settings (StyleInfo object).
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New StyleInfo()
    public StyleInfo()
    Example
    This example creates a new style info object.
    See Also