Spread for ASP.NET 7.0 Product Documentation
DefaultSheetSelectionModel Constructor(SerializationInfo,StreamingContext)
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSelectionModel Class > DefaultSheetSelectionModel Constructor : DefaultSheetSelectionModel Constructor(SerializationInfo,StreamingContext)


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

Glossary Item Box

Creates a default selection model with data from the specified serialization and stream objects.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Visual Basic (Usage)Copy Code
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New DefaultSheetSelectionModel(info, context)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.