RenderType of DataTable
| C# | Visual Basic | Visual Basic Usage |
public enum TableRenderType
Public Enumeration TableRenderType
Dim instance As TableRenderType
| Member | Description |
|---|---|
| AutoSize | |
| CellFixedSize | |
| TableFixedSize | |
| PlotAreaRelative | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|