[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableStyle.-ctor

TableStyle Constructor

TableStyle(string)

Creates a table style.

Declaration
public TableStyle(string name)
Public Sub New(name As String)
Parameters
Type Name Description
string name

The name of the table style

TableStyle(string, TableStyle)

Creates a clone of the table style.

Declaration
public TableStyle(string name, TableStyle source)
Public Sub New(name As String, source As TableStyle)
Parameters
Type Name Description
string name

The name of the table style

TableStyle source

The table style that should be cloned

TableStyle(SerializationInfo, StreamingContext)

Creates a new TableStyle object from the SerializationInfo object.

Declaration
protected TableStyle(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

A SerializationInfo object

StreamingContext context

A StreamingContext context