[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRange.GetObjectData

GetObjectData Method

GetObjectData(SerializationInfo, StreamingContext)

Populates the SerializationInfo class with information about the settings of the range of cells.

Declaration
[SecurityCritical]
public void GetObjectData(SerializationInfo info, StreamingContext context)
<SecurityCritical>
Public Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contextual information about the source or destination of the serialization

Implements