Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / GetObjectData Method
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupInfo
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupInfo


In This Topic
    GetObjectData Method (RangeGroupInfo)
    In This Topic
    Populates a serialization information object with the data needed to serialize an outline (range group).
    Syntax
    'Declaration
     
    
    Public Sub GetObjectData( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    ) 
    'Usage
     
    
    Dim instance As RangeGroupInfo
    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 RangeGroupInfo
    context
    A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupInfo
    See Also