Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetStyleModel Class / DefaultSheetStyleModel Constructor


In This Topic
    DefaultSheetStyleModel Constructor
    In This Topic
    Creates a default style model.
    Overload List
    OverloadDescription
    Creates a style model (DefaultSheetStyleModel object) with 0 rows, 0 columns, no parent style model, and a private named styles collection.  
    Creates a style model (DefaultSheetStyle model object) with the specified number of rows and columns.  
    Creates a style model (DefaultSheetStyle model object) with the specified number of rows and columns and named styles collection.  
    Creates a style model (DefaultSheetStyle model object) with the specified parent style model and number of rows and columns.  
    Creates a style model (DefaultSheetStyle model object) with the specified parent style model, named styles collection, and number of rows and columns.  
    See Also