[]
Creates a default selection model.
public DefaultSheetSelectionModel()
Public Sub New()
Creates a default selection model with data from the specified serialization and stream objects.
protected DefaultSheetSelectionModel(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Data needed to serialize or deserialize an object |
StreamingContext | context | Source and destination of a given serialized stream |