Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / DefaultSheetStyleModel Constructor / DefaultSheetStyleModel Constructor()


In This Topic
    DefaultSheetStyleModel Constructor()
    In This Topic
    Creates a style model (DefaultSheetStyleModel object) with 0 rows, 0 columns, no parent style model, and a private named styles collection.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New DefaultSheetStyleModel()
    public DefaultSheetStyleModel()
    See Also