FarPoint.Win.Spread
SheetView Constructor
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SheetView Constructor


Creates a new sheet (SheetView object).

Overload List

OverloadDescription
SheetView Constructor()Creates a new sheet (SheetView object).  
SheetView Constructor(ISheetDataModel) Creates a sheet (SheetView object) according to a specified data model.  
SheetView Constructor(ISheetDataModel,NamedStyleCollection) Creates a sheet (SheetView object) according to a specified data model and named style.  
SheetView Constructor(SerializationInfo,StreamingContext) Creates a sheet (SheetView object) from serialization.  
SheetView Constructor(String) Creates a sheet (SheetView object) with a specified name.  

See Also