Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / CanSerializeXml Property


In This Topic
    CanSerializeXml Property (DefaultSheetStyleModel)
    In This Topic
    Gets whether the object in its entirety can be rendered with XML without losing any information.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanSerializeXml As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim value As Boolean
     
    value = instance.CanSerializeXml
    public virtual bool CanSerializeXml {get;}
    See Also