Spread for ASP.NET 12 Product Documentation
DefaultSheetSelectionModel Constructor(SerializationInfo,StreamingContext)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSelectionModel Class > DefaultSheetSelectionModel Constructor : DefaultSheetSelectionModel Constructor(SerializationInfo,StreamingContext)
Data needed to serialize or deserialize an object
Source and destination of a given serialized stream
Creates a default selection model with data from the specified serialization and stream objects.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New DefaultSheetSelectionModel(info, context)
protected DefaultSheetSelectionModel( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Data needed to serialize or deserialize an object
context
Source and destination of a given serialized stream
See Also

Reference

DefaultSheetSelectionModel Class
DefaultSheetSelectionModel Members
Overload List