Spread for ASP.NET 11 Product Documentation
StyleInfo Constructor(SerializationInfo,StreamingContext)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > StyleInfo Constructor : StyleInfo Constructor(SerializationInfo,StreamingContext)
Serialization information object
Contexual information about the source or destination of the serialization
Creates a set of cell-level style settings (StyleInfo object) from serialization (SerializationInfo object).
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal c As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim c As StreamingContext
 
Dim instance As New StyleInfo(info, c)
protected StyleInfo( 
   SerializationInfo info,
   StreamingContext c
)

Parameters

info
Serialization information object
c
Contexual information about the source or destination of the serialization
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List