Spread Windows Forms 9.0 Product Documentation
TableStyleEditorForm Method


Spread to add new TableStyle to
Creates an Editor form to create new or modify table styles in Spread.
Syntax
'Declaration
 
Public Shared Function TableStyleEditorForm( _
   ByVal fpSpread As FpSpread _
) As Form
'Usage
 
Dim fpSpread As FpSpread
Dim value As Form
 
value = TableUtils.TableStyleEditorForm(fpSpread)
public static Form TableStyleEditorForm( 
   FpSpread fpSpread
)

Parameters

fpSpread
Spread to add new TableStyle to
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.