Gets or sets an XML string that contains the serialization of the data and presentation (column widths, row heights, spans, styles, etc.) for the sheet.
Syntax
'Declaration
Public Property DesignString As String
'Usage
Dim instance As SheetView
Dim value As String
instance.DesignString = value
value = instance.DesignString
public string DesignString {get; set;}
Exceptions
See Also