Spread for ASP.NET 8.0 Product Documentation
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
Remarks
Initializes a new instance of the DefaultSheetSelectionModel class with data from the specified serialization and stream objects.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DefaultSheetSelectionModel Class
DefaultSheetSelectionModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.