Spread for ASP.NET 12 Product Documentation
Deserialize Method (CalendarDropDownStyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CalendarDropDownStyleInfo Class : Deserialize Method
XmlNodeReader from which to load the object
The end element to finish reading.
Loads the CalendarDropDownStyleInfo object from XML.
Syntax
'Declaration
 
Public Sub Deserialize( _
   ByVal r As XmlNodeReader, _
   ByVal endElement As String _
) 
'Usage
 
Dim instance As CalendarDropDownStyleInfo
Dim r As XmlNodeReader
Dim endElement As String
 
instance.Deserialize(r, endElement)
public void Deserialize( 
   XmlNodeReader r,
   string endElement
)

Parameters

r
XmlNodeReader from which to load the object
endElement
The end element to finish reading.
See Also

Reference

CalendarDropDownStyleInfo Class
CalendarDropDownStyleInfo Members