[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupInfo.GetObjectData

GetObjectData Method

GetObjectData(SerializationInfo, StreamingContext)

Populates a serialization information object with the data needed to serialize an outline (range group).

Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Public Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupInfo

StreamingContext context

A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupInfo

Implements