Spread Windows Forms 6.0 Product Documentation
DefaultSheetStyleModel Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetStyleModel Class : DefaultSheetStyleModel Constructor


Glossary Item Box

Creates a new default style model.

Overload List

OverloadDescription
DefaultSheetStyleModel Constructor()Creates a style model (DefaultSheetStyleModel object) with 0 rows, 0 columns, no parent style model, and a private named styles collection.  
DefaultSheetStyleModel Constructor(Int32,Int32)Creates a style model (DefaultSheetStyle model object) with the specified number of rows and columns.  
DefaultSheetStyleModel Constructor(Int32,Int32,NamedStyleCollection)Creates a style model (DefaultSheetStyle model object) with the specified number of rows and columns and named styles collection.  
DefaultSheetStyleModel Constructor(Int32,Int32,ISheetStyleModel)Creates a style model (DefaultSheetStyle model object) with the specified parent style model and number of rows and columns.  
DefaultSheetStyleModel Constructor(Int32,Int32,ISheetStyleModel,NamedStyleCollection)Creates a style model (DefaultSheetStyle model object) with the specified parent style model, named styles collection, and number of rows and columns.  
DefaultSheetStyleModel Constructor(SerializationInfo,StreamingContext)Creates a new default sheet style model from deserialization.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.