Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / GridLine Constructor / GridLine Constructor(SerializationInfo,StreamingContext)
SerializationInfo object that holds the serialized object data
StreamingContext object with contexual information about the source or destination of the serialization


In This Topic
    GridLine Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Represents the grid lines.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New GridLine(info, context)

    Parameters

    info
    SerializationInfo object that holds the serialized object data
    context
    StreamingContext object with contexual information about the source or destination of the serialization
    See Also