[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.GetObjectData

GetObjectData Method

GetObjectData(SerializationInfo, StreamingContext)

Populates the SerializationInfo class with information about the default sheet span model settings.

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