Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSheetSelectionModel Class
DefaultSheetSelectionModel Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.