Gets or sets an XML string that contains the serialization of the design-time settings for the Spread component.
Syntax
'Declaration
Public Property DesignString As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.DesignString = value
value = instance.DesignString
public string DesignString {get; set;}
See Also