Spread for ASP.NET 12 Product Documentation
DesignString Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : DesignString Property
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
ExceptionDescription
XML string is invalid
See Also

Reference

SheetView Class
SheetView Members