Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CreateTableStyle Method
Style name.
Source style name.


In This Topic
    CreateTableStyle Method
    In This Topic
    Creates a table style based on the table style contained in the table style collection or a built-in table style.
    Syntax
    'Declaration
     
    
    Public Function CreateTableStyle( _
       ByVal styleName As String, _
       ByVal sourceStyleName As String _
    ) As TableStyle
    'Usage
     
    
    Dim instance As FpSpread
    Dim styleName As String
    Dim sourceStyleName As String
    Dim value As TableStyle
     
    value = instance.CreateTableStyle(styleName, sourceStyleName)
    public TableStyle CreateTableStyle( 
       string styleName,
       string sourceStyleName
    )

    Parameters

    styleName
    Style name.
    sourceStyleName
    Source style name.

    Return Value

    A TableStyleThe object.
    See Also