Creates a table style based on the table style contained in the table style collection or a built-in table style.
'Declaration
Public Function CreateTableStyle( _
ByVal As String, _
ByVal 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)
Parameters
- styleName
- Style name.
- sourceStyleName
- Source style name.
Return Value