Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / SetObjectDataEntry Method
The entry.
The value.


In This Topic
    SetObjectDataEntry Method (StyleInfo)
    In This Topic
    Creates a set of cell-level style settings (StyleInfo object) from serialization (SerializationInfo object).
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetObjectDataEntry( _
       ByVal entry As String, _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As StyleInfo
    Dim entry As String
    Dim value As Object
     
    instance.SetObjectDataEntry(entry, value)
    protected virtual void SetObjectDataEntry( 
       string entry,
       object value
    )

    Parameters

    entry
    The entry.
    value
    The value.
    See Also