Spread Windows Forms 12.0 Product Documentation
GetObjectData Method (FlatCornerHeaderRenderer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > FlatCornerHeaderRenderer Class : GetObjectData Method
SerializationInfo to populate with data
Destination (see StreamingContext) for this serialization
Gets the object data.
Syntax
'Declaration
 
Public Shadows Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As FlatCornerHeaderRenderer
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public new void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
SerializationInfo to populate with data
context
Destination (see StreamingContext) for this serialization
See Also

Reference

FlatCornerHeaderRenderer Class
FlatCornerHeaderRenderer Members