Spread Windows Forms 12.0 Product Documentation
GetObjectData Method (DefaultRangeGroupModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultRangeGroupModel Class : GetObjectData Method
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupModel
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupModel
Populates a serialization information object with the data needed to serialize the outline (range group).
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupModel
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupModel
See Also

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members