[]
Creates a table style.
public TableStyle(string name)
Public Sub New(name As String)
Type | Name | Description |
---|---|---|
string | name | The name of the table style |
Creates a clone of the table style.
public TableStyle(string name, TableStyle source)
Public Sub New(name As String, source As TableStyle)
Type | Name | Description |
---|---|---|
string | name | The name of the table style |
TableStyle | source | The table style that should be cloned |
Creates a new TableStyle object from the SerializationInfo object.
protected TableStyle(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | A SerializationInfo object |
StreamingContext | context | A StreamingContext context |