Overload | Description |
---|---|
SheetView Constructor(ISheetViewInitializer) | Initializes a new instance of the SheetView class. Internal use only. |
SheetView Constructor() | Creates a sheet (SheetView object). |
SheetView Constructor(String) | Creates a sheet (SheetView object) with a specified name. |
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(Worksheet) | Instantiate a SheetView instance with a Worksheet. Internal use only. |
SheetView Constructor(SerializationInfo,StreamingContext) | Creates a sheet (SheetView object) from serialization. |