[]
Creates a new presentation space object container for the specified sheet.
public SpreadShapesContainer(SheetView sheetView)
Public Sub New(sheetView As SheetView)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
Creates a new container object from serialization.
protected SpreadShapesContainer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |