[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.CreateTableStyle

CreateTableStyle Method

CreateTableStyle(string, string)

Creates a table style based on the table style contained in the table style collection or a built-in table style.

Declaration
public TableStyle CreateTableStyle(string styleName, string sourceStyleName)
Public Function CreateTableStyle(styleName As String, sourceStyleName As String) As TableStyle
Parameters
Type Name Description
string styleName

Style name.

string sourceStyleName

Source style name.

Returns
Type Description
TableStyle

A TableStyleThe object.