Spread ASP.NET 6.0 Product Documentation
GetObjectData Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > CellRangeSegmentData Class : GetObjectData Method


info
Object that holds the serialized object data.
For more information on serialization information, see the SerializationInfo class in the Microsoft .NET Framework Reference.
context
Contextual information about the source or destination of the serialization.
For more information on contextual information, see the StreamingContext structure in the Microsoft .NET Framework Reference.

Glossary Item Box

Returns information about the cell range settings.

Syntax

Visual Basic (Declaration) 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As CellRangeSegmentData
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
C# 
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Object that holds the serialized object data.
For more information on serialization information, see the SerializationInfo class in the Microsoft .NET Framework Reference.
context
Contextual information about the source or destination of the serialization.
For more information on contextual information, see the StreamingContext structure in the Microsoft .NET Framework Reference.

Remarks

Populates the SerializationInfo class and the StreamingContext structure with information about the cell range settings.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.