Spread for ASP.NET 11 Product Documentation
CanSerializeXml Property (DefaultSheetStyleModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetStyleModel Class : CanSerializeXml Property
Gets whether the object in its entirety can be rendered with XML without losing any information.
Syntax
'Declaration
 
Public ReadOnly Property CanSerializeXml As Boolean
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim value As Boolean
 
value = instance.CanSerializeXml
public bool CanSerializeXml {get;}

Property Value

true if it can be serialized; false otherwise
See Also

Reference

DefaultSheetStyleModel Class
DefaultSheetStyleModel Members