FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / DefaultSheetStyleModel Constructor / DefaultSheetStyleModel Constructor(SerializationInfo,StreamingContext)
Object that holds the serialized object data
Contextual information about the source of the deserialization


In This Topic
DefaultSheetStyleModel Constructor(SerializationInfo,StreamingContext)
In This Topic
Creates a new default sheet style model from deserialization.
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 DefaultSheetStyleModel(info, context)

Parameters

info
Object that holds the serialized object data
context
Contextual information about the source of the deserialization
See Also